@@ -258,6 +258,9 @@ export type Droid = {
258
258
primaryFunction ?: string | null ,
259
259
} ;
260
260
261
+ export type HeroAndFriendsNamesQueryVariables = {
262
+ } ;
263
+
261
264
export type HeroAndFriendsNamesQuery = {
262
265
hero : ( {
263
266
__typename: \\" Human\\ " ,
@@ -480,6 +483,9 @@ export type Droid = {
480
483
primaryFunction ?: string | null ,
481
484
} ;
482
485
486
+ export type HeroAndDetailsQueryVariables = {
487
+ } ;
488
+
483
489
export type HeroAndDetailsQuery = {
484
490
hero : ( {
485
491
__typename: \\" Human\\ " ,
@@ -670,6 +676,9 @@ export type Starship = {
670
676
coordinates ?: Array < Array < number > > | null,
671
677
};
672
678
679
+ export type StarshipCoordsQueryVariables = {
680
+ } ;
681
+
673
682
export type StarshipCoordsQuery = {
674
683
starship ?: {
675
684
__typename: \\" Starship\\ " ,
@@ -782,6 +791,9 @@ export type Droid = {
782
791
primaryFunction ?: string | null ,
783
792
} ;
784
793
794
+ export type HeroNameQueryVariables = {
795
+ } ;
796
+
785
797
export type HeroNameQuery = {
786
798
hero : ( {
787
799
__typename: \\" Human\\ " ,
@@ -942,6 +954,9 @@ export enum EnumCommentTestCase {
942
954
}
943
955
944
956
957
+ export type CustomScalarQueryVariables = {
958
+ } ;
959
+
945
960
export type CustomScalarQuery = {
946
961
commentTest ?: {
947
962
__typename: \\" CommentTest\\ " ,
@@ -973,6 +988,9 @@ export type ImplB = {
973
988
propB ?: number | null ,
974
989
} ;
975
990
991
+ export type CustomScalarQueryVariables = {
992
+ } ;
993
+
976
994
export type CustomScalarQuery = {
977
995
interfaceTest : ( {
978
996
__typename: \\" ImplA\\ " ,
@@ -1011,6 +1029,9 @@ export enum EnumCommentTestCase {
1011
1029
}
1012
1030
1013
1031
1032
+ export type CustomScalarQueryVariables = {
1033
+ } ;
1034
+
1014
1035
export type CustomScalarQuery = {
1015
1036
commentTest ?: {
1016
1037
__typename: \\" CommentTest\\ " ,
@@ -1045,6 +1066,9 @@ export enum EnumCommentTestCase {
1045
1066
}
1046
1067
1047
1068
1069
+ export type CustomScalarQueryVariables = {
1070
+ } ;
1071
+
1048
1072
export type CustomScalarQuery = {
1049
1073
commentTest ?: {
1050
1074
__typename: \\" CommentTest\\ " ,
@@ -1073,6 +1097,9 @@ export type PartialB = {
1073
1097
prop : string ,
1074
1098
} ;
1075
1099
1100
+ export type CustomScalarQueryVariables = {
1101
+ } ;
1102
+
1076
1103
export type CustomScalarQuery = {
1077
1104
unionTest : ( {
1078
1105
__typename: \\" PartialA\\ " ,
@@ -1189,6 +1216,9 @@ export type Droid = {
1189
1216
primaryFunction ?: string | null ,
1190
1217
} ;
1191
1218
1219
+ export type HeroNameQueryVariables = {
1220
+ } ;
1221
+
1192
1222
export type HeroNameQuery = {
1193
1223
hero : ( {
1194
1224
__typename: \\" Human\\ " ,
@@ -1318,6 +1348,9 @@ export type Starship = {
1318
1348
coordinates ?: Array < Array < number > > | null,
1319
1349
};
1320
1350
1351
+ export type DroidNameQueryVariables = {
1352
+ } ;
1353
+
1321
1354
export type DroidNameQuery = {
1322
1355
droid ?: {
1323
1356
__typename: \\" Droid\\ " ,
0 commit comments