From f12da7243fea5ef0d141543b2e3ac79025e31a32 Mon Sep 17 00:00:00 2001 From: Delweng Date: Thu, 2 Nov 2023 23:23:01 +0800 Subject: [PATCH] Apply suggestions from code review --- graphql.json | 2 +- schema.graphqls | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/graphql.json b/graphql.json index d32ed85a4..590a84077 100644 --- a/graphql.json +++ b/graphql.json @@ -2099,7 +2099,7 @@ "args": [], "type": { "kind": "SCALAR", - "name": "Long", + "name": "BigInt", "ofType": null }, "isDeprecated": false, diff --git a/schema.graphqls b/schema.graphqls index e459ed491..765ed05f2 100644 --- a/schema.graphqls +++ b/schema.graphqls @@ -535,7 +535,7 @@ type Transaction { r: BigInt! s: BigInt! v: BigInt! - yParity: Long + yParity: BigInt """Envelope transaction support""" type: Long