@@ -66,8 +66,8 @@ export type QueryWithConnectionFieldResponse = {
66
66
} | null ;
67
67
} ;
68
68
export type QueryWithConnectionField = {
69
- readonly variables : QueryWithConnectionFieldVariables ;
70
69
readonly response : QueryWithConnectionFieldResponse ;
70
+ readonly variables : QueryWithConnectionFieldVariables ;
71
71
} ;
72
72
73
73
@@ -457,8 +457,8 @@ export type UnionTypeTestResponse = {
457
457
}) | null ;
458
458
} ;
459
459
export type UnionTypeTest = {
460
- readonly variables : UnionTypeTestVariables ;
461
460
readonly response : UnionTypeTestResponse ;
461
+ readonly variables : UnionTypeTestVariables ;
462
462
} ;
463
463
464
464
` ;
@@ -571,8 +571,8 @@ export type NameRendererQueryResponse = {
571
571
} | null ;
572
572
} ;
573
573
export type NameRendererQuery = {
574
- readonly variables : NameRendererQueryVariables ;
575
574
readonly response : NameRendererQueryResponse ;
575
+ readonly variables : NameRendererQueryVariables ;
576
576
} ;
577
577
578
578
@@ -650,8 +650,8 @@ export type TestRawResponse = {
650
650
}) | null ;
651
651
} ;
652
652
export type Test = {
653
- readonly variables : TestVariables ;
654
653
readonly response : TestResponse ;
654
+ readonly variables : TestVariables ;
655
655
readonly rawResponse : TestRawResponse ;
656
656
} ;
657
657
@@ -741,8 +741,8 @@ export type TestMutationRawResponse = {
741
741
}) | null ;
742
742
} ;
743
743
export type TestMutation = {
744
- readonly variables : TestMutationVariables ;
745
744
readonly response : TestMutationResponse ;
745
+ readonly variables : TestMutationVariables ;
746
746
readonly rawResponse : TestMutationRawResponse ;
747
747
} ;
748
748
@@ -812,8 +812,8 @@ export type CommentCreateMutationResponse = {
812
812
} | null ;
813
813
} ;
814
814
export type CommentCreateMutation = {
815
- readonly variables : CommentCreateMutationVariables ;
816
815
readonly response : CommentCreateMutationResponse ;
816
+ readonly variables : CommentCreateMutationVariables ;
817
817
} ;
818
818
819
819
`;
@@ -853,8 +853,8 @@ export type InputHasArrayRawResponse = {
853
853
}) | null ;
854
854
} ;
855
855
export type InputHasArray = {
856
- readonly variables : InputHasArrayVariables ;
857
856
readonly response : InputHasArrayResponse ;
857
+ readonly variables : InputHasArrayVariables ;
858
858
readonly rawResponse : InputHasArrayRawResponse ;
859
859
} ;
860
860
@@ -946,8 +946,8 @@ export type CommentCreateMutationRawResponse = {
946
946
}) | null ;
947
947
} ;
948
948
export type CommentCreateMutation = {
949
- readonly variables : CommentCreateMutationVariables ;
950
949
readonly response : CommentCreateMutationResponse ;
950
+ readonly variables : CommentCreateMutationVariables ;
951
951
readonly rawResponse : CommentCreateMutationRawResponse ;
952
952
} ;
953
953
@@ -1055,8 +1055,8 @@ export type CommentCreateMutationRawResponse = {
1055
1055
}) | null ;
1056
1056
} ;
1057
1057
export type CommentCreateMutation = {
1058
- readonly variables : CommentCreateMutationVariables ;
1059
1058
readonly response : CommentCreateMutationResponse ;
1059
+ readonly variables : CommentCreateMutationVariables ;
1060
1060
readonly rawResponse : CommentCreateMutationRawResponse ;
1061
1061
} ;
1062
1062
@@ -1158,8 +1158,8 @@ export type TestDeferRawResponse = {
1158
1158
}) | null ;
1159
1159
} ;
1160
1160
export type TestDefer = {
1161
- readonly variables : TestDeferVariables ;
1162
1161
readonly response : TestDeferResponse ;
1162
+ readonly variables : TestDeferVariables ;
1163
1163
readonly rawResponse : TestDeferRawResponse ;
1164
1164
} ;
1165
1165
@@ -1210,8 +1210,8 @@ export type LinkedHandleFieldRawResponse = {
1210
1210
}) | null ;
1211
1211
} ;
1212
1212
export type LinkedHandleField = {
1213
- readonly variables : LinkedHandleFieldVariables ;
1214
1213
readonly response : LinkedHandleFieldResponse ;
1214
+ readonly variables : LinkedHandleFieldVariables ;
1215
1215
readonly rawResponse : LinkedHandleFieldRawResponse ;
1216
1216
} ;
1217
1217
@@ -1236,8 +1236,8 @@ export type ScalarHandleFieldRawResponse = {
1236
1236
}) | null ;
1237
1237
} ;
1238
1238
export type ScalarHandleField = {
1239
- readonly variables : ScalarHandleFieldVariables ;
1240
1239
readonly response : ScalarHandleFieldResponse ;
1240
+ readonly variables : ScalarHandleFieldVariables ;
1241
1241
readonly rawResponse : ScalarHandleFieldRawResponse ;
1242
1242
} ;
1243
1243
@@ -1290,8 +1290,8 @@ export type ExampleQueryRawResponse = {
1290
1290
}) | null ;
1291
1291
} ;
1292
1292
export type ExampleQuery = {
1293
- readonly variables : ExampleQueryVariables ;
1294
1293
readonly response : ExampleQueryResponse ;
1294
+ readonly variables : ExampleQueryVariables ;
1295
1295
readonly rawResponse : ExampleQueryRawResponse ;
1296
1296
} ;
1297
1297
@@ -1371,8 +1371,8 @@ export type TestStreamRawResponse = {
1371
1371
}) | null ;
1372
1372
} ;
1373
1373
export type TestStream = {
1374
- readonly variables : TestStreamVariables ;
1375
1374
readonly response : TestStreamResponse ;
1375
+ readonly variables : TestStreamVariables ;
1376
1376
readonly rawResponse : TestStreamRawResponse ;
1377
1377
} ;
1378
1378
@@ -1435,8 +1435,8 @@ export type RefetchableFragmentQueryResponse = {
1435
1435
} | null ;
1436
1436
} ;
1437
1437
export type RefetchableFragmentQuery = {
1438
- readonly variables : RefetchableFragmentQueryVariables ;
1439
1438
readonly response : RefetchableFragmentQueryResponse ;
1439
+ readonly variables : RefetchableFragmentQueryVariables ;
1440
1440
} ;
1441
1441
1442
1442
`;
@@ -1480,8 +1480,8 @@ export type ExampleQueryResponse = {
1480
1480
} | null ;
1481
1481
} ;
1482
1482
export type ExampleQuery = {
1483
- readonly variables : ExampleQueryVariables ;
1484
1483
readonly response : ExampleQueryResponse ;
1484
+ readonly variables : ExampleQueryVariables ;
1485
1485
} ;
1486
1486
1487
1487
@@ -1517,8 +1517,8 @@ export type TestMutationResponse = {
1517
1517
} | null ;
1518
1518
} ;
1519
1519
export type TestMutation = {
1520
- readonly variables : TestMutationVariables ;
1521
1520
readonly response : TestMutationResponse ;
1521
+ readonly variables : TestMutationVariables ;
1522
1522
} ;
1523
1523
1524
1524
@@ -1538,8 +1538,8 @@ export type TestSubscriptionResponse = {
1538
1538
} | null ;
1539
1539
} ;
1540
1540
export type TestSubscription = {
1541
- readonly variables : TestSubscriptionVariables ;
1542
1541
readonly response : TestSubscriptionResponse ;
1542
+ readonly variables : TestSubscriptionVariables ;
1543
1543
} ;
1544
1544
1545
1545
`;
@@ -1980,8 +1980,8 @@ export type QueryWithConnectionFieldResponse = {
1980
1980
} | null ;
1981
1981
} ;
1982
1982
export type QueryWithConnectionField = {
1983
- readonly variables : QueryWithConnectionFieldVariables ;
1984
1983
readonly response : QueryWithConnectionFieldResponse ;
1984
+ readonly variables : QueryWithConnectionFieldVariables ;
1985
1985
} ;
1986
1986
1987
1987
@@ -2357,8 +2357,8 @@ export type UnionTypeTestResponse = {
2357
2357
}) | null ;
2358
2358
} ;
2359
2359
export type UnionTypeTest = {
2360
- readonly variables : UnionTypeTestVariables ;
2361
2360
readonly response : UnionTypeTestResponse ;
2361
+ readonly variables : UnionTypeTestVariables ;
2362
2362
} ;
2363
2363
2364
2364
`;
@@ -2468,8 +2468,8 @@ export type NameRendererQueryResponse = {
2468
2468
} | null ;
2469
2469
} ;
2470
2470
export type NameRendererQuery = {
2471
- readonly variables : NameRendererQueryVariables ;
2472
2471
readonly response : NameRendererQueryResponse ;
2472
+ readonly variables : NameRendererQueryVariables ;
2473
2473
} ;
2474
2474
2475
2475
@@ -2545,8 +2545,8 @@ export type TestRawResponse = {
2545
2545
}) | null ;
2546
2546
} ;
2547
2547
export type Test = {
2548
- readonly variables : TestVariables ;
2549
2548
readonly response : TestResponse ;
2549
+ readonly variables : TestVariables ;
2550
2550
readonly rawResponse : TestRawResponse ;
2551
2551
} ;
2552
2552
@@ -2636,8 +2636,8 @@ export type TestMutationRawResponse = {
2636
2636
}) | null ;
2637
2637
} ;
2638
2638
export type TestMutation = {
2639
- readonly variables : TestMutationVariables ;
2640
2639
readonly response : TestMutationResponse ;
2640
+ readonly variables : TestMutationVariables ;
2641
2641
readonly rawResponse : TestMutationRawResponse ;
2642
2642
} ;
2643
2643
@@ -2706,8 +2706,8 @@ export type CommentCreateMutationResponse = {
2706
2706
} | null ;
2707
2707
} ;
2708
2708
export type CommentCreateMutation = {
2709
- readonly variables : CommentCreateMutationVariables ;
2710
2709
readonly response : CommentCreateMutationResponse ;
2710
+ readonly variables : CommentCreateMutationVariables ;
2711
2711
} ;
2712
2712
2713
2713
`;
@@ -2747,8 +2747,8 @@ export type InputHasArrayRawResponse = {
2747
2747
}) | null ;
2748
2748
} ;
2749
2749
export type InputHasArray = {
2750
- readonly variables : InputHasArrayVariables ;
2751
2750
readonly response : InputHasArrayResponse ;
2751
+ readonly variables : InputHasArrayVariables ;
2752
2752
readonly rawResponse : InputHasArrayRawResponse ;
2753
2753
} ;
2754
2754
@@ -2840,8 +2840,8 @@ export type CommentCreateMutationRawResponse = {
2840
2840
}) | null ;
2841
2841
} ;
2842
2842
export type CommentCreateMutation = {
2843
- readonly variables : CommentCreateMutationVariables ;
2844
2843
readonly response : CommentCreateMutationResponse ;
2844
+ readonly variables : CommentCreateMutationVariables ;
2845
2845
readonly rawResponse : CommentCreateMutationRawResponse ;
2846
2846
} ;
2847
2847
@@ -2948,8 +2948,8 @@ export type CommentCreateMutationRawResponse = {
2948
2948
}) | null ;
2949
2949
} ;
2950
2950
export type CommentCreateMutation = {
2951
- readonly variables : CommentCreateMutationVariables ;
2952
2951
readonly response : CommentCreateMutationResponse ;
2952
+ readonly variables : CommentCreateMutationVariables ;
2953
2953
readonly rawResponse : CommentCreateMutationRawResponse ;
2954
2954
} ;
2955
2955
@@ -3048,8 +3048,8 @@ export type TestDeferRawResponse = {
3048
3048
}) | null ;
3049
3049
} ;
3050
3050
export type TestDefer = {
3051
- readonly variables : TestDeferVariables ;
3052
3051
readonly response : TestDeferResponse ;
3052
+ readonly variables : TestDeferVariables ;
3053
3053
readonly rawResponse : TestDeferRawResponse ;
3054
3054
} ;
3055
3055
@@ -3100,8 +3100,8 @@ export type LinkedHandleFieldRawResponse = {
3100
3100
}) | null ;
3101
3101
} ;
3102
3102
export type LinkedHandleField = {
3103
- readonly variables : LinkedHandleFieldVariables ;
3104
3103
readonly response : LinkedHandleFieldResponse ;
3104
+ readonly variables : LinkedHandleFieldVariables ;
3105
3105
readonly rawResponse : LinkedHandleFieldRawResponse ;
3106
3106
} ;
3107
3107
@@ -3126,8 +3126,8 @@ export type ScalarHandleFieldRawResponse = {
3126
3126
}) | null ;
3127
3127
} ;
3128
3128
export type ScalarHandleField = {
3129
- readonly variables : ScalarHandleFieldVariables ;
3130
3129
readonly response : ScalarHandleFieldResponse ;
3130
+ readonly variables : ScalarHandleFieldVariables ;
3131
3131
readonly rawResponse : ScalarHandleFieldRawResponse ;
3132
3132
} ;
3133
3133
@@ -3180,8 +3180,8 @@ export type ExampleQueryRawResponse = {
3180
3180
}) | null ;
3181
3181
} ;
3182
3182
export type ExampleQuery = {
3183
- readonly variables : ExampleQueryVariables ;
3184
3183
readonly response : ExampleQueryResponse ;
3184
+ readonly variables : ExampleQueryVariables ;
3185
3185
readonly rawResponse : ExampleQueryRawResponse ;
3186
3186
} ;
3187
3187
@@ -3260,8 +3260,8 @@ export type TestStreamRawResponse = {
3260
3260
}) | null ;
3261
3261
} ;
3262
3262
export type TestStream = {
3263
- readonly variables : TestStreamVariables ;
3264
3263
readonly response : TestStreamResponse ;
3264
+ readonly variables : TestStreamVariables ;
3265
3265
readonly rawResponse : TestStreamRawResponse ;
3266
3266
} ;
3267
3267
@@ -3321,8 +3321,8 @@ export type RefetchableFragmentQueryResponse = {
3321
3321
} | null ;
3322
3322
} ;
3323
3323
export type RefetchableFragmentQuery = {
3324
- readonly variables : RefetchableFragmentQueryVariables ;
3325
3324
readonly response : RefetchableFragmentQueryResponse ;
3325
+ readonly variables : RefetchableFragmentQueryVariables ;
3326
3326
} ;
3327
3327
3328
3328
`;
@@ -3366,8 +3366,8 @@ export type ExampleQueryResponse = {
3366
3366
} | null ;
3367
3367
} ;
3368
3368
export type ExampleQuery = {
3369
- readonly variables : ExampleQueryVariables ;
3370
3369
readonly response : ExampleQueryResponse ;
3370
+ readonly variables : ExampleQueryVariables ;
3371
3371
} ;
3372
3372
3373
3373
@@ -3402,8 +3402,8 @@ export type TestMutationResponse = {
3402
3402
} | null ;
3403
3403
} ;
3404
3404
export type TestMutation = {
3405
- readonly variables : TestMutationVariables ;
3406
3405
readonly response : TestMutationResponse ;
3406
+ readonly variables : TestMutationVariables ;
3407
3407
} ;
3408
3408
3409
3409
@@ -3423,8 +3423,8 @@ export type TestSubscriptionResponse = {
3423
3423
} | null ;
3424
3424
} ;
3425
3425
export type TestSubscription = {
3426
- readonly variables : TestSubscriptionVariables ;
3427
3426
readonly response : TestSubscriptionResponse ;
3427
+ readonly variables : TestSubscriptionVariables ;
3428
3428
} ;
3429
3429
3430
3430
`;
0 commit comments