Skip to content

Commit

Permalink
chore: change to ints
Browse files Browse the repository at this point in the history
  • Loading branch information
cinnabarhorse committed Oct 4, 2024
1 parent d31bc6b commit 236cdf1
Showing 1 changed file with 11 additions and 11 deletions.
22 changes: 11 additions & 11 deletions schema.graphql
Original file line number Diff line number Diff line change
Expand Up @@ -97,17 +97,17 @@ type Aavegotchi @entity {

lending: BigInt

baseEnergy: BigInt!
baseAggression: BigInt!
baseSpookiness: BigInt!
baseBrain: BigInt!
eyeShape: BigInt!
eyeColor: BigInt!

modifiedEnergy: BigInt!
modifiedAggression: BigInt!
modifiedSpookiness: BigInt!
modifiedBrain: BigInt!
baseEnergy: Int!
baseAggression: Int!
baseSpookiness: Int!
baseBrain: Int!
eyeShape: Int!
eyeColor: Int!

modifiedEnergy: Int!
modifiedAggression: Int!
modifiedSpookiness: Int!
modifiedBrain: Int!
}

enum PortalStatus {
Expand Down

0 comments on commit 236cdf1

Please sign in to comment.