From 236cdf179f15c6417b5b66af5938783ed01924f6 Mon Sep 17 00:00:00 2001 From: Coderdan Date: Fri, 4 Oct 2024 21:44:15 +0800 Subject: [PATCH] chore: change to ints --- schema.graphql | 22 +++++++++++----------- 1 file changed, 11 insertions(+), 11 deletions(-) diff --git a/schema.graphql b/schema.graphql index 0b52c34..4c3e039 100644 --- a/schema.graphql +++ b/schema.graphql @@ -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 {