@@ -58,7 +58,7 @@ fragment FeedbackComments_feedback on Feedback {
58
58
// QueryWithConnectionField.graphql
59
59
type FeedbackComments_feedback$ref = any;
60
60
export type QueryWithConnectionFieldVariables = {
61
- readonly id : string ;
61
+ id : string ;
62
62
} ;
63
63
export type QueryWithConnectionFieldResponse = {
64
64
readonly feedback : {
@@ -628,7 +628,7 @@ export type UpdateAllSeenStateInput = {
628
628
readonly storyIds ?: ReadonlyArray < string | null > | null ;
629
629
} ;
630
630
export type TestVariables = {
631
- readonly input ?: UpdateAllSeenStateInput | null ;
631
+ input ?: UpdateAllSeenStateInput | null ;
632
632
} ;
633
633
export type TestResponse = {
634
634
readonly viewerNotificationsUpdateAllSeenState : {
@@ -702,7 +702,7 @@ export type FeedbackcommentComment = {
702
702
readonly feedback ?: CommentfeedbackFeedback | null ;
703
703
} ;
704
704
export type TestMutationVariables = {
705
- readonly input : CommentCreateInput ;
705
+ input : CommentCreateInput ;
706
706
} ;
707
707
export type TestMutationResponse = {
708
708
readonly commentCreate : {
@@ -796,9 +796,9 @@ export type FeedbackcommentComment = {
796
796
readonly feedback ?: CommentfeedbackFeedback | null ;
797
797
} ;
798
798
export type CommentCreateMutationVariables = {
799
- readonly input : CommentCreateInput ;
800
- readonly first ?: number | null ;
801
- readonly orderBy ?: ReadonlyArray <string > | null;
799
+ input : CommentCreateInput ;
800
+ first ?: number | null ;
801
+ orderBy ?: ReadonlyArray <string > | null;
802
802
};
803
803
export type CommentCreateMutationResponse = {
804
804
readonly commentCreate : {
@@ -835,7 +835,7 @@ export type UpdateAllSeenStateInput = {
835
835
readonly storyIds ?: ReadonlyArray < string | null > | null ;
836
836
} ;
837
837
export type InputHasArrayVariables = {
838
- readonly input ?: UpdateAllSeenStateInput | null ;
838
+ input ?: UpdateAllSeenStateInput | null ;
839
839
} ;
840
840
export type InputHasArrayResponse = {
841
841
readonly viewerNotificationsUpdateAllSeenState : {
@@ -906,9 +906,9 @@ export type FeedbackcommentComment = {
906
906
readonly feedback ?: CommentfeedbackFeedback | null ;
907
907
} ;
908
908
export type CommentCreateMutationVariables = {
909
- readonly input : CommentCreateInput ;
910
- readonly first ?: number | null ;
911
- readonly orderBy ?: ReadonlyArray <string > | null;
909
+ input : CommentCreateInput ;
910
+ first ?: number | null ;
911
+ orderBy ?: ReadonlyArray <string > | null;
912
912
};
913
913
export type CommentCreateMutationResponse = {
914
914
readonly commentCreate : {
@@ -1016,9 +1016,9 @@ export type FeedbackcommentComment = {
1016
1016
readonly feedback ?: CommentfeedbackFeedback | null ;
1017
1017
} ;
1018
1018
export type CommentCreateMutationVariables = {
1019
- readonly input : CommentCreateInput ;
1020
- readonly first ?: number | null ;
1021
- readonly orderBy ?: ReadonlyArray <string > | null;
1019
+ input : CommentCreateInput ;
1020
+ first ?: number | null ;
1021
+ orderBy ?: ReadonlyArray <string > | null;
1022
1022
};
1023
1023
export type CommentCreateMutationResponse = {
1024
1024
readonly commentCreate : {
@@ -1188,7 +1188,7 @@ query ScalarHandleField($id: ID!) @raw_response_type {
1188
1188
~~~~~~~~~~ OUTPUT ~~~~~~~~~~
1189
1189
// LinkedHandleField.graphql
1190
1190
export type LinkedHandleFieldVariables = {
1191
- readonly id : string ;
1191
+ id : string ;
1192
1192
} ;
1193
1193
export type LinkedHandleFieldResponse = {
1194
1194
readonly node : {
@@ -1218,7 +1218,7 @@ export type LinkedHandleField = {
1218
1218
1219
1219
// ScalarHandleField.graphql
1220
1220
export type ScalarHandleFieldVariables = {
1221
- readonly id : string ;
1221
+ id : string ;
1222
1222
} ;
1223
1223
export type ScalarHandleFieldResponse = {
1224
1224
readonly node : {
@@ -1266,8 +1266,8 @@ fragment FriendFragment on User {
1266
1266
// ExampleQuery.graphql
1267
1267
type FriendFragment$ref = any;
1268
1268
export type ExampleQueryVariables = {
1269
- readonly id : string ;
1270
- readonly condition : boolean ;
1269
+ id : string ;
1270
+ condition : boolean ;
1271
1271
} ;
1272
1272
export type ExampleQueryResponse = {
1273
1273
readonly node : {
@@ -1427,7 +1427,7 @@ export type RefetchableFragment = {
1427
1427
declare const _RefetchableFragment$ref: unique symbol;
1428
1428
export type RefetchableFragment$ref = typeof _RefetchableFragment$ref;
1429
1429
export type RefetchableFragmentQueryVariables = {
1430
- readonly id : string ;
1430
+ id : string ;
1431
1431
} ;
1432
1432
export type RefetchableFragmentQueryResponse = {
1433
1433
readonly node : {
@@ -1472,7 +1472,7 @@ subscription TestSubscription($input: FeedbackLikeInput) {
1472
1472
~~~~~~~~~~ OUTPUT ~~~~~~~~~~
1473
1473
// ExampleQuery.graphql
1474
1474
export type ExampleQueryVariables = {
1475
- readonly id : string ;
1475
+ id : string ;
1476
1476
} ;
1477
1477
export type ExampleQueryResponse = {
1478
1478
readonly node : {
@@ -1507,7 +1507,7 @@ export type FeedbackcommentComment = {
1507
1507
readonly feedback ?: CommentfeedbackFeedback | null ;
1508
1508
} ;
1509
1509
export type TestMutationVariables = {
1510
- readonly input : CommentCreateInput ;
1510
+ input : CommentCreateInput ;
1511
1511
} ;
1512
1512
export type TestMutationResponse = {
1513
1513
readonly commentCreate : {
@@ -1528,7 +1528,7 @@ export type FeedbackLikeInput = {
1528
1528
readonly feedbackId ?: string | null ;
1529
1529
} ;
1530
1530
export type TestSubscriptionVariables = {
1531
- readonly input ?: FeedbackLikeInput | null ;
1531
+ input ?: FeedbackLikeInput | null ;
1532
1532
} ;
1533
1533
export type TestSubscriptionResponse = {
1534
1534
readonly feedbackLikeSubscribe : {
@@ -1972,7 +1972,7 @@ fragment FeedbackComments_feedback on Feedback {
1972
1972
// QueryWithConnectionField.graphql
1973
1973
type FeedbackComments_feedback$ref = any;
1974
1974
export type QueryWithConnectionFieldVariables = {
1975
- readonly id : string ;
1975
+ id : string ;
1976
1976
} ;
1977
1977
export type QueryWithConnectionFieldResponse = {
1978
1978
readonly feedback : {
@@ -2523,7 +2523,7 @@ export type UpdateAllSeenStateInput = {
2523
2523
readonly storyIds ?: ReadonlyArray < string | null > | null ;
2524
2524
} ;
2525
2525
export type TestVariables = {
2526
- readonly input ?: UpdateAllSeenStateInput | null ;
2526
+ input ?: UpdateAllSeenStateInput | null ;
2527
2527
} ;
2528
2528
export type TestResponse = {
2529
2529
readonly viewerNotificationsUpdateAllSeenState : {
@@ -2597,7 +2597,7 @@ export type FeedbackcommentComment = {
2597
2597
readonly feedback ?: CommentfeedbackFeedback | null ;
2598
2598
} ;
2599
2599
export type TestMutationVariables = {
2600
- readonly input : CommentCreateInput ;
2600
+ input : CommentCreateInput ;
2601
2601
} ;
2602
2602
export type TestMutationResponse = {
2603
2603
readonly commentCreate : {
@@ -2690,9 +2690,9 @@ export type FeedbackcommentComment = {
2690
2690
readonly feedback ?: CommentfeedbackFeedback | null ;
2691
2691
} ;
2692
2692
export type CommentCreateMutationVariables = {
2693
- readonly input : CommentCreateInput ;
2694
- readonly first ?: number | null ;
2695
- readonly orderBy ?: ReadonlyArray <string > | null;
2693
+ input : CommentCreateInput ;
2694
+ first ?: number | null ;
2695
+ orderBy ?: ReadonlyArray <string > | null;
2696
2696
};
2697
2697
export type CommentCreateMutationResponse = {
2698
2698
readonly commentCreate : {
@@ -2729,7 +2729,7 @@ export type UpdateAllSeenStateInput = {
2729
2729
readonly storyIds ?: ReadonlyArray < string | null > | null ;
2730
2730
} ;
2731
2731
export type InputHasArrayVariables = {
2732
- readonly input ?: UpdateAllSeenStateInput | null ;
2732
+ input ?: UpdateAllSeenStateInput | null ;
2733
2733
} ;
2734
2734
export type InputHasArrayResponse = {
2735
2735
readonly viewerNotificationsUpdateAllSeenState : {
@@ -2800,9 +2800,9 @@ export type FeedbackcommentComment = {
2800
2800
readonly feedback ?: CommentfeedbackFeedback | null ;
2801
2801
} ;
2802
2802
export type CommentCreateMutationVariables = {
2803
- readonly input : CommentCreateInput ;
2804
- readonly first ?: number | null ;
2805
- readonly orderBy ?: ReadonlyArray <string > | null;
2803
+ input : CommentCreateInput ;
2804
+ first ?: number | null ;
2805
+ orderBy ?: ReadonlyArray <string > | null;
2806
2806
};
2807
2807
export type CommentCreateMutationResponse = {
2808
2808
readonly commentCreate : {
@@ -2909,9 +2909,9 @@ export type FeedbackcommentComment = {
2909
2909
readonly feedback ?: CommentfeedbackFeedback | null ;
2910
2910
} ;
2911
2911
export type CommentCreateMutationVariables = {
2912
- readonly input : CommentCreateInput ;
2913
- readonly first ?: number | null ;
2914
- readonly orderBy ?: ReadonlyArray <string > | null;
2912
+ input : CommentCreateInput ;
2913
+ first ?: number | null ;
2914
+ orderBy ?: ReadonlyArray <string > | null;
2915
2915
};
2916
2916
export type CommentCreateMutationResponse = {
2917
2917
readonly commentCreate : {
@@ -3078,7 +3078,7 @@ query ScalarHandleField($id: ID!) @raw_response_type {
3078
3078
~~~~~~~~~~ OUTPUT ~~~~~~~~~~
3079
3079
// LinkedHandleField.graphql
3080
3080
export type LinkedHandleFieldVariables = {
3081
- readonly id : string ;
3081
+ id : string ;
3082
3082
} ;
3083
3083
export type LinkedHandleFieldResponse = {
3084
3084
readonly node : {
@@ -3108,7 +3108,7 @@ export type LinkedHandleField = {
3108
3108
3109
3109
// ScalarHandleField.graphql
3110
3110
export type ScalarHandleFieldVariables = {
3111
- readonly id : string ;
3111
+ id : string ;
3112
3112
} ;
3113
3113
export type ScalarHandleFieldResponse = {
3114
3114
readonly node : {
@@ -3156,8 +3156,8 @@ fragment FriendFragment on User {
3156
3156
// ExampleQuery.graphql
3157
3157
type FriendFragment$ref = any;
3158
3158
export type ExampleQueryVariables = {
3159
- readonly id : string ;
3160
- readonly condition : boolean ;
3159
+ id : string ;
3160
+ condition : boolean ;
3161
3161
} ;
3162
3162
export type ExampleQueryResponse = {
3163
3163
readonly node : {
@@ -3313,7 +3313,7 @@ export type RefetchableFragment = {
3313
3313
// RefetchableFragmentQuery.graphql
3314
3314
type RefetchableFragment$ref = any;
3315
3315
export type RefetchableFragmentQueryVariables = {
3316
- readonly id : string ;
3316
+ id : string ;
3317
3317
} ;
3318
3318
export type RefetchableFragmentQueryResponse = {
3319
3319
readonly node : {
@@ -3358,7 +3358,7 @@ subscription TestSubscription($input: FeedbackLikeInput) {
3358
3358
~~~~~~~~~~ OUTPUT ~~~~~~~~~~
3359
3359
// ExampleQuery.graphql
3360
3360
export type ExampleQueryVariables = {
3361
- readonly id : string ;
3361
+ id : string ;
3362
3362
} ;
3363
3363
export type ExampleQueryResponse = {
3364
3364
readonly node : {
@@ -3392,7 +3392,7 @@ export type FeedbackcommentComment = {
3392
3392
readonly feedback ?: CommentfeedbackFeedback | null ;
3393
3393
} ;
3394
3394
export type TestMutationVariables = {
3395
- readonly input : CommentCreateInput ;
3395
+ input : CommentCreateInput ;
3396
3396
} ;
3397
3397
export type TestMutationResponse = {
3398
3398
readonly commentCreate : {
@@ -3413,7 +3413,7 @@ export type FeedbackLikeInput = {
3413
3413
readonly feedbackId ?: string | null ;
3414
3414
} ;
3415
3415
export type TestSubscriptionVariables = {
3416
- readonly input ?: FeedbackLikeInput | null ;
3416
+ input ?: FeedbackLikeInput | null ;
3417
3417
} ;
3418
3418
export type TestSubscriptionResponse = {
3419
3419
readonly feedbackLikeSubscribe : {
0 commit comments