You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: graphql.json
+9-9Lines changed: 9 additions & 9 deletions
Original file line number
Diff line number
Diff line change
@@ -272,7 +272,7 @@
272
272
"args": [],
273
273
"type": {
274
274
"kind": "SCALAR",
275
-
"name": "Int",
275
+
"name": "Long",
276
276
"ofType": null
277
277
},
278
278
"isDeprecated": false,
@@ -495,7 +495,7 @@
495
495
"args": [],
496
496
"type": {
497
497
"kind": "SCALAR",
498
-
"name": "Int",
498
+
"name": "Long",
499
499
"ofType": null
500
500
},
501
501
"isDeprecated": false,
@@ -529,7 +529,7 @@
529
529
"name": null,
530
530
"ofType": {
531
531
"kind": "SCALAR",
532
-
"name": "Int",
532
+
"name": "Long",
533
533
"ofType": null
534
534
}
535
535
},
@@ -592,7 +592,7 @@
592
592
"name": null,
593
593
"ofType": {
594
594
"kind": "SCALAR",
595
-
"name": "Int",
595
+
"name": "Long",
596
596
"ofType": null
597
597
}
598
598
},
@@ -1127,7 +1127,7 @@
1127
1127
"name": null,
1128
1128
"ofType": {
1129
1129
"kind": "SCALAR",
1130
-
"name": "Int",
1130
+
"name": "Long",
1131
1131
"ofType": null
1132
1132
}
1133
1133
},
@@ -1226,7 +1226,7 @@
1226
1226
{
1227
1227
"kind": "SCALAR",
1228
1228
"name": "Long",
1229
-
"description": "Long is a 64 bit unsigned integer.",
1229
+
"description": "Long is a 64 bit unsigned integer. Input is accepted as either a JSON number or as a string.\nStrings may be either decimal or 0x-prefixed hexadecimal. Output values are all\n0x-prefixed hexadecimal.",
0 commit comments