We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent fb0cfb4 commit f12da72Copy full SHA for f12da72
graphql.json
@@ -2099,7 +2099,7 @@
2099
"args": [],
2100
"type": {
2101
"kind": "SCALAR",
2102
- "name": "Long",
+ "name": "BigInt",
2103
"ofType": null
2104
},
2105
"isDeprecated": false,
schema.graphqls
@@ -535,7 +535,7 @@ type Transaction {
535
r: BigInt!
536
s: BigInt!
537
v: BigInt!
538
- yParity: Long
+ yParity: BigInt
539
540
"""Envelope transaction support"""
541
type: Long
0 commit comments