@@ -58,7 +58,7 @@ fragment FeedbackComments_feedback on Feedback {
5858// QueryWithConnectionField.graphql
5959type FeedbackComments_feedback$ref = any;
6060export type QueryWithConnectionFieldVariables = {
61- readonly id : string ;
61+ id : string ;
6262} ;
6363export type QueryWithConnectionFieldResponse = {
6464 readonly feedback : {
@@ -628,7 +628,7 @@ export type UpdateAllSeenStateInput = {
628628 readonly storyIds ?: ReadonlyArray < string | null > | null ;
629629} ;
630630export type TestVariables = {
631- readonly input ?: UpdateAllSeenStateInput | null ;
631+ input ?: UpdateAllSeenStateInput | null ;
632632} ;
633633export type TestResponse = {
634634 readonly viewerNotificationsUpdateAllSeenState : {
@@ -702,7 +702,7 @@ export type FeedbackcommentComment = {
702702 readonly feedback ?: CommentfeedbackFeedback | null ;
703703} ;
704704export type TestMutationVariables = {
705- readonly input : CommentCreateInput ;
705+ input : CommentCreateInput ;
706706} ;
707707export type TestMutationResponse = {
708708 readonly commentCreate : {
@@ -796,9 +796,9 @@ export type FeedbackcommentComment = {
796796 readonly feedback ?: CommentfeedbackFeedback | null ;
797797} ;
798798export 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;
802802};
803803export type CommentCreateMutationResponse = {
804804 readonly commentCreate : {
@@ -835,7 +835,7 @@ export type UpdateAllSeenStateInput = {
835835 readonly storyIds ?: ReadonlyArray < string | null > | null ;
836836} ;
837837export type InputHasArrayVariables = {
838- readonly input ?: UpdateAllSeenStateInput | null ;
838+ input ?: UpdateAllSeenStateInput | null ;
839839} ;
840840export type InputHasArrayResponse = {
841841 readonly viewerNotificationsUpdateAllSeenState : {
@@ -906,9 +906,9 @@ export type FeedbackcommentComment = {
906906 readonly feedback ?: CommentfeedbackFeedback | null ;
907907} ;
908908export 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;
912912};
913913export type CommentCreateMutationResponse = {
914914 readonly commentCreate : {
@@ -1016,9 +1016,9 @@ export type FeedbackcommentComment = {
10161016 readonly feedback ?: CommentfeedbackFeedback | null ;
10171017} ;
10181018export 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;
10221022};
10231023export type CommentCreateMutationResponse = {
10241024 readonly commentCreate : {
@@ -1188,7 +1188,7 @@ query ScalarHandleField($id: ID!) @raw_response_type {
11881188~~~~~~~~~~ OUTPUT ~~~~~~~~~~
11891189// LinkedHandleField.graphql
11901190export type LinkedHandleFieldVariables = {
1191- readonly id : string ;
1191+ id : string ;
11921192} ;
11931193export type LinkedHandleFieldResponse = {
11941194 readonly node : {
@@ -1218,7 +1218,7 @@ export type LinkedHandleField = {
12181218
12191219// ScalarHandleField.graphql
12201220export type ScalarHandleFieldVariables = {
1221- readonly id : string ;
1221+ id : string ;
12221222} ;
12231223export type ScalarHandleFieldResponse = {
12241224 readonly node : {
@@ -1266,8 +1266,8 @@ fragment FriendFragment on User {
12661266// ExampleQuery.graphql
12671267type FriendFragment$ref = any;
12681268export type ExampleQueryVariables = {
1269- readonly id : string ;
1270- readonly condition : boolean ;
1269+ id : string ;
1270+ condition : boolean ;
12711271} ;
12721272export type ExampleQueryResponse = {
12731273 readonly node : {
@@ -1427,7 +1427,7 @@ export type RefetchableFragment = {
14271427declare const _RefetchableFragment$ref: unique symbol;
14281428export type RefetchableFragment$ref = typeof _RefetchableFragment$ref;
14291429export type RefetchableFragmentQueryVariables = {
1430- readonly id : string ;
1430+ id : string ;
14311431} ;
14321432export type RefetchableFragmentQueryResponse = {
14331433 readonly node : {
@@ -1472,7 +1472,7 @@ subscription TestSubscription($input: FeedbackLikeInput) {
14721472~~~~~~~~~~ OUTPUT ~~~~~~~~~~
14731473// ExampleQuery.graphql
14741474export type ExampleQueryVariables = {
1475- readonly id : string ;
1475+ id : string ;
14761476} ;
14771477export type ExampleQueryResponse = {
14781478 readonly node : {
@@ -1507,7 +1507,7 @@ export type FeedbackcommentComment = {
15071507 readonly feedback ?: CommentfeedbackFeedback | null ;
15081508} ;
15091509export type TestMutationVariables = {
1510- readonly input : CommentCreateInput ;
1510+ input : CommentCreateInput ;
15111511} ;
15121512export type TestMutationResponse = {
15131513 readonly commentCreate : {
@@ -1528,7 +1528,7 @@ export type FeedbackLikeInput = {
15281528 readonly feedbackId ?: string | null ;
15291529} ;
15301530export type TestSubscriptionVariables = {
1531- readonly input ?: FeedbackLikeInput | null ;
1531+ input ?: FeedbackLikeInput | null ;
15321532} ;
15331533export type TestSubscriptionResponse = {
15341534 readonly feedbackLikeSubscribe : {
@@ -1972,7 +1972,7 @@ fragment FeedbackComments_feedback on Feedback {
19721972// QueryWithConnectionField.graphql
19731973type FeedbackComments_feedback$ref = any;
19741974export type QueryWithConnectionFieldVariables = {
1975- readonly id : string ;
1975+ id : string ;
19761976} ;
19771977export type QueryWithConnectionFieldResponse = {
19781978 readonly feedback : {
@@ -2523,7 +2523,7 @@ export type UpdateAllSeenStateInput = {
25232523 readonly storyIds ?: ReadonlyArray < string | null > | null ;
25242524} ;
25252525export type TestVariables = {
2526- readonly input ?: UpdateAllSeenStateInput | null ;
2526+ input ?: UpdateAllSeenStateInput | null ;
25272527} ;
25282528export type TestResponse = {
25292529 readonly viewerNotificationsUpdateAllSeenState : {
@@ -2597,7 +2597,7 @@ export type FeedbackcommentComment = {
25972597 readonly feedback ?: CommentfeedbackFeedback | null ;
25982598} ;
25992599export type TestMutationVariables = {
2600- readonly input : CommentCreateInput ;
2600+ input : CommentCreateInput ;
26012601} ;
26022602export type TestMutationResponse = {
26032603 readonly commentCreate : {
@@ -2690,9 +2690,9 @@ export type FeedbackcommentComment = {
26902690 readonly feedback ?: CommentfeedbackFeedback | null ;
26912691} ;
26922692export 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;
26962696};
26972697export type CommentCreateMutationResponse = {
26982698 readonly commentCreate : {
@@ -2729,7 +2729,7 @@ export type UpdateAllSeenStateInput = {
27292729 readonly storyIds ?: ReadonlyArray < string | null > | null ;
27302730} ;
27312731export type InputHasArrayVariables = {
2732- readonly input ?: UpdateAllSeenStateInput | null ;
2732+ input ?: UpdateAllSeenStateInput | null ;
27332733} ;
27342734export type InputHasArrayResponse = {
27352735 readonly viewerNotificationsUpdateAllSeenState : {
@@ -2800,9 +2800,9 @@ export type FeedbackcommentComment = {
28002800 readonly feedback ?: CommentfeedbackFeedback | null ;
28012801} ;
28022802export 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;
28062806};
28072807export type CommentCreateMutationResponse = {
28082808 readonly commentCreate : {
@@ -2909,9 +2909,9 @@ export type FeedbackcommentComment = {
29092909 readonly feedback ?: CommentfeedbackFeedback | null ;
29102910} ;
29112911export 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;
29152915};
29162916export type CommentCreateMutationResponse = {
29172917 readonly commentCreate : {
@@ -3078,7 +3078,7 @@ query ScalarHandleField($id: ID!) @raw_response_type {
30783078~~~~~~~~~~ OUTPUT ~~~~~~~~~~
30793079// LinkedHandleField.graphql
30803080export type LinkedHandleFieldVariables = {
3081- readonly id : string ;
3081+ id : string ;
30823082} ;
30833083export type LinkedHandleFieldResponse = {
30843084 readonly node : {
@@ -3108,7 +3108,7 @@ export type LinkedHandleField = {
31083108
31093109// ScalarHandleField.graphql
31103110export type ScalarHandleFieldVariables = {
3111- readonly id : string ;
3111+ id : string ;
31123112} ;
31133113export type ScalarHandleFieldResponse = {
31143114 readonly node : {
@@ -3156,8 +3156,8 @@ fragment FriendFragment on User {
31563156// ExampleQuery.graphql
31573157type FriendFragment$ref = any;
31583158export type ExampleQueryVariables = {
3159- readonly id : string ;
3160- readonly condition : boolean ;
3159+ id : string ;
3160+ condition : boolean ;
31613161} ;
31623162export type ExampleQueryResponse = {
31633163 readonly node : {
@@ -3313,7 +3313,7 @@ export type RefetchableFragment = {
33133313// RefetchableFragmentQuery.graphql
33143314type RefetchableFragment$ref = any;
33153315export type RefetchableFragmentQueryVariables = {
3316- readonly id : string ;
3316+ id : string ;
33173317} ;
33183318export type RefetchableFragmentQueryResponse = {
33193319 readonly node : {
@@ -3358,7 +3358,7 @@ subscription TestSubscription($input: FeedbackLikeInput) {
33583358~~~~~~~~~~ OUTPUT ~~~~~~~~~~
33593359// ExampleQuery.graphql
33603360export type ExampleQueryVariables = {
3361- readonly id : string ;
3361+ id : string ;
33623362} ;
33633363export type ExampleQueryResponse = {
33643364 readonly node : {
@@ -3392,7 +3392,7 @@ export type FeedbackcommentComment = {
33923392 readonly feedback ?: CommentfeedbackFeedback | null ;
33933393} ;
33943394export type TestMutationVariables = {
3395- readonly input : CommentCreateInput ;
3395+ input : CommentCreateInput ;
33963396} ;
33973397export type TestMutationResponse = {
33983398 readonly commentCreate : {
@@ -3413,7 +3413,7 @@ export type FeedbackLikeInput = {
34133413 readonly feedbackId ?: string | null ;
34143414} ;
34153415export type TestSubscriptionVariables = {
3416- readonly input ?: FeedbackLikeInput | null ;
3416+ input ?: FeedbackLikeInput | null ;
34173417} ;
34183418export type TestSubscriptionResponse = {
34193419 readonly feedbackLikeSubscribe : {
0 commit comments