diff --git a/schema.graphql b/schema.graphql index b732691..9a36288 100644 --- a/schema.graphql +++ b/schema.graphql @@ -168,7 +168,7 @@ type TransactionStats @entity { id: ID! currency: Bytes! maturity: BigInt! - priceChange: BigInt! + priceChange: BigInt percentageChange: BigDecimal! container: TransactionStatsContainer! }