@@ -695,20 +695,20 @@ mutation CommentCreateMutation(
695
695
~~~~~~~~~~ OUTPUT ~~~~~~~~~~
696
696
// CommentCreateMutation.graphql
697
697
export type CommentCreateInput = {
698
- readonly clientMutationId ?: string | null ;
699
- readonly feedbackId ?: string | null ;
700
- readonly feedback ?: CommentfeedbackFeedback | null ;
698
+ clientMutationId ?: string | null ;
699
+ feedbackId ?: string | null ;
700
+ feedback ?: CommentfeedbackFeedback | null ;
701
701
} ;
702
702
export type CommentfeedbackFeedback = {
703
- readonly comment ?: FeedbackcommentComment | null ;
703
+ comment ?: FeedbackcommentComment | null ;
704
704
} ;
705
705
export type FeedbackcommentComment = {
706
- readonly feedback ?: CommentfeedbackFeedback | null ;
706
+ feedback ?: CommentfeedbackFeedback | null ;
707
707
} ;
708
708
export type CommentCreateMutationVariables = {
709
709
input : CommentCreateInput ;
710
710
first ?: number | null ;
711
- orderBy ?: ReadonlyArray <string > | null;
711
+ orderBy ?: Array <string > | null;
712
712
};
713
713
export type CommentCreateMutationResponse = {
714
714
readonly commentCreate : {
@@ -741,8 +741,8 @@ mutation InputHasArray($input: UpdateAllSeenStateInput) @raw_response_type {
741
741
~~~~~~~~~~ OUTPUT ~~~~~~~~~~
742
742
// InputHasArray.graphql
743
743
export type UpdateAllSeenStateInput = {
744
- readonly clientMutationId ?: string | null ;
745
- readonly storyIds ?: ReadonlyArray < string | null > | null ;
744
+ clientMutationId ?: string | null ;
745
+ storyIds ?: Array < string | null > | null ;
746
746
} ;
747
747
export type InputHasArrayVariables = {
748
748
input ?: UpdateAllSeenStateInput | null ;
@@ -792,8 +792,8 @@ type Foo {
792
792
~~~~~~~~~~ OUTPUT ~~~~~~~~~~
793
793
// Test.graphql
794
794
export type UpdateAllSeenStateInput = {
795
- readonly clientMutationId ?: string | null ;
796
- readonly storyIds ?: ReadonlyArray < string | null > | null ;
795
+ clientMutationId ?: string | null ;
796
+ storyIds ?: Array < string | null > | null ;
797
797
} ;
798
798
export type TestVariables = {
799
799
input ?: UpdateAllSeenStateInput | null ;
@@ -860,20 +860,20 @@ fragment FriendFragment on User {
860
860
import { FragmentRefs } from "relay-runtime";
861
861
export type TestEnums = "mark" | "zuck" | "%future added value";
862
862
export type CommentCreateInput = {
863
- readonly clientMutationId ?: string | null ;
864
- readonly feedbackId ?: string | null ;
865
- readonly feedback ?: CommentfeedbackFeedback | null ;
863
+ clientMutationId ?: string | null ;
864
+ feedbackId ?: string | null ;
865
+ feedback ?: CommentfeedbackFeedback | null ;
866
866
} ;
867
867
export type CommentfeedbackFeedback = {
868
- readonly comment ?: FeedbackcommentComment | null ;
868
+ comment ?: FeedbackcommentComment | null ;
869
869
} ;
870
870
export type FeedbackcommentComment = {
871
- readonly feedback ?: CommentfeedbackFeedback | null ;
871
+ feedback ?: CommentfeedbackFeedback | null ;
872
872
} ;
873
873
export type CommentCreateMutationVariables = {
874
874
input : CommentCreateInput ;
875
875
first ?: number | null ;
876
- orderBy ?: ReadonlyArray <string > | null;
876
+ orderBy ?: Array <string > | null;
877
877
};
878
878
export type CommentCreateMutationResponse = {
879
879
readonly commentCreate : {
@@ -974,20 +974,20 @@ fragment FeedbackFragment on Feedback {
974
974
// CommentCreateMutation.graphql
975
975
import { FragmentRefs } from "relay-runtime";
976
976
export type CommentCreateInput = {
977
- readonly clientMutationId ?: string | null ;
978
- readonly feedbackId ?: string | null ;
979
- readonly feedback ?: CommentfeedbackFeedback | null ;
977
+ clientMutationId ?: string | null ;
978
+ feedbackId ?: string | null ;
979
+ feedback ?: CommentfeedbackFeedback | null ;
980
980
} ;
981
981
export type CommentfeedbackFeedback = {
982
- readonly comment ?: FeedbackcommentComment | null ;
982
+ comment ?: FeedbackcommentComment | null ;
983
983
} ;
984
984
export type FeedbackcommentComment = {
985
- readonly feedback ?: CommentfeedbackFeedback | null ;
985
+ feedback ?: CommentfeedbackFeedback | null ;
986
986
} ;
987
987
export type CommentCreateMutationVariables = {
988
988
input : CommentCreateInput ;
989
989
first ?: number | null ;
990
- orderBy ?: ReadonlyArray <string > | null;
990
+ orderBy ?: Array <string > | null;
991
991
};
992
992
export type CommentCreateMutationResponse = {
993
993
readonly commentCreate : {
@@ -1095,15 +1095,15 @@ fragment InlineFragmentWithOverlappingFields on Actor {
1095
1095
// TestMutation.graphql
1096
1096
import { FragmentRefs } from "relay-runtime";
1097
1097
export type CommentCreateInput = {
1098
- readonly clientMutationId ?: string | null ;
1099
- readonly feedbackId ?: string | null ;
1100
- readonly feedback ?: CommentfeedbackFeedback | null ;
1098
+ clientMutationId ?: string | null ;
1099
+ feedbackId ?: string | null ;
1100
+ feedback ?: CommentfeedbackFeedback | null ;
1101
1101
} ;
1102
1102
export type CommentfeedbackFeedback = {
1103
- readonly comment ?: FeedbackcommentComment | null ;
1103
+ comment ?: FeedbackcommentComment | null ;
1104
1104
} ;
1105
1105
export type FeedbackcommentComment = {
1106
- readonly feedback ?: CommentfeedbackFeedback | null ;
1106
+ feedback ?: CommentfeedbackFeedback | null ;
1107
1107
} ;
1108
1108
export type TestMutationVariables = {
1109
1109
input : CommentCreateInput ;
@@ -1610,15 +1610,15 @@ export type ExampleFragment$key = {
1610
1610
1611
1611
// TestMutation.graphql
1612
1612
export type CommentCreateInput = {
1613
- readonly clientMutationId ?: string | null ;
1614
- readonly feedbackId ?: string | null ;
1615
- readonly feedback ?: CommentfeedbackFeedback | null ;
1613
+ clientMutationId ?: string | null ;
1614
+ feedbackId ?: string | null ;
1615
+ feedback ?: CommentfeedbackFeedback | null ;
1616
1616
} ;
1617
1617
export type CommentfeedbackFeedback = {
1618
- readonly comment ?: FeedbackcommentComment | null ;
1618
+ comment ?: FeedbackcommentComment | null ;
1619
1619
} ;
1620
1620
export type FeedbackcommentComment = {
1621
- readonly feedback ?: CommentfeedbackFeedback | null ;
1621
+ feedback ?: CommentfeedbackFeedback | null ;
1622
1622
} ;
1623
1623
export type TestMutationVariables = {
1624
1624
input : CommentCreateInput ;
@@ -1638,8 +1638,8 @@ export type TestMutation = {
1638
1638
1639
1639
// TestSubscription.graphql
1640
1640
export type FeedbackLikeInput = {
1641
- readonly clientMutationId ?: string | null ;
1642
- readonly feedbackId ?: string | null ;
1641
+ clientMutationId ?: string | null ;
1642
+ feedbackId ?: string | null ;
1643
1643
} ;
1644
1644
export type TestSubscriptionVariables = {
1645
1645
input ?: FeedbackLikeInput | null ;
@@ -2780,20 +2780,20 @@ mutation CommentCreateMutation(
2780
2780
~~~~~~~~~~ OUTPUT ~~~~~~~~~~
2781
2781
// CommentCreateMutation.graphql
2782
2782
export type CommentCreateInput = {
2783
- readonly clientMutationId ?: string | null ;
2784
- readonly feedbackId ?: string | null ;
2785
- readonly feedback ?: CommentfeedbackFeedback | null ;
2783
+ clientMutationId ?: string | null ;
2784
+ feedbackId ?: string | null ;
2785
+ feedback ?: CommentfeedbackFeedback | null ;
2786
2786
} ;
2787
2787
export type CommentfeedbackFeedback = {
2788
- readonly comment ?: FeedbackcommentComment | null ;
2788
+ comment ?: FeedbackcommentComment | null ;
2789
2789
} ;
2790
2790
export type FeedbackcommentComment = {
2791
- readonly feedback ?: CommentfeedbackFeedback | null ;
2791
+ feedback ?: CommentfeedbackFeedback | null ;
2792
2792
} ;
2793
2793
export type CommentCreateMutationVariables = {
2794
2794
input : CommentCreateInput ;
2795
2795
first ?: number | null ;
2796
- orderBy ?: ReadonlyArray <string > | null;
2796
+ orderBy ?: Array <string > | null;
2797
2797
};
2798
2798
export type CommentCreateMutationResponse = {
2799
2799
readonly commentCreate : {
@@ -2826,8 +2826,8 @@ mutation InputHasArray($input: UpdateAllSeenStateInput) @raw_response_type {
2826
2826
~~~~~~~~~~ OUTPUT ~~~~~~~~~~
2827
2827
// InputHasArray.graphql
2828
2828
export type UpdateAllSeenStateInput = {
2829
- readonly clientMutationId ?: string | null ;
2830
- readonly storyIds ?: ReadonlyArray < string | null > | null ;
2829
+ clientMutationId ?: string | null ;
2830
+ storyIds ?: Array < string | null > | null ;
2831
2831
} ;
2832
2832
export type InputHasArrayVariables = {
2833
2833
input ?: UpdateAllSeenStateInput | null ;
@@ -2877,8 +2877,8 @@ type Foo {
2877
2877
~~~~~~~~~~ OUTPUT ~~~~~~~~~~
2878
2878
// Test.graphql
2879
2879
export type UpdateAllSeenStateInput = {
2880
- readonly clientMutationId ?: string | null ;
2881
- readonly storyIds ?: ReadonlyArray < string | null > | null ;
2880
+ clientMutationId ?: string | null ;
2881
+ storyIds ?: Array < string | null > | null ;
2882
2882
} ;
2883
2883
export type TestVariables = {
2884
2884
input ?: UpdateAllSeenStateInput | null ;
@@ -2945,20 +2945,20 @@ fragment FriendFragment on User {
2945
2945
import { FragmentRefs } from "relay-runtime";
2946
2946
export type TestEnums = "mark" | "zuck" | "%future added value";
2947
2947
export type CommentCreateInput = {
2948
- readonly clientMutationId ?: string | null ;
2949
- readonly feedbackId ?: string | null ;
2950
- readonly feedback ?: CommentfeedbackFeedback | null ;
2948
+ clientMutationId ?: string | null ;
2949
+ feedbackId ?: string | null ;
2950
+ feedback ?: CommentfeedbackFeedback | null ;
2951
2951
} ;
2952
2952
export type CommentfeedbackFeedback = {
2953
- readonly comment ?: FeedbackcommentComment | null ;
2953
+ comment ?: FeedbackcommentComment | null ;
2954
2954
} ;
2955
2955
export type FeedbackcommentComment = {
2956
- readonly feedback ?: CommentfeedbackFeedback | null ;
2956
+ feedback ?: CommentfeedbackFeedback | null ;
2957
2957
} ;
2958
2958
export type CommentCreateMutationVariables = {
2959
2959
input : CommentCreateInput ;
2960
2960
first ?: number | null ;
2961
- orderBy ?: ReadonlyArray <string > | null;
2961
+ orderBy ?: Array <string > | null;
2962
2962
};
2963
2963
export type CommentCreateMutationResponse = {
2964
2964
readonly commentCreate : {
@@ -3059,20 +3059,20 @@ fragment FeedbackFragment on Feedback {
3059
3059
// CommentCreateMutation.graphql
3060
3060
import { FragmentRefs } from "relay-runtime";
3061
3061
export type CommentCreateInput = {
3062
- readonly clientMutationId ?: string | null ;
3063
- readonly feedbackId ?: string | null ;
3064
- readonly feedback ?: CommentfeedbackFeedback | null ;
3062
+ clientMutationId ?: string | null ;
3063
+ feedbackId ?: string | null ;
3064
+ feedback ?: CommentfeedbackFeedback | null ;
3065
3065
} ;
3066
3066
export type CommentfeedbackFeedback = {
3067
- readonly comment ?: FeedbackcommentComment | null ;
3067
+ comment ?: FeedbackcommentComment | null ;
3068
3068
} ;
3069
3069
export type FeedbackcommentComment = {
3070
- readonly feedback ?: CommentfeedbackFeedback | null ;
3070
+ feedback ?: CommentfeedbackFeedback | null ;
3071
3071
} ;
3072
3072
export type CommentCreateMutationVariables = {
3073
3073
input : CommentCreateInput ;
3074
3074
first ?: number | null ;
3075
- orderBy ?: ReadonlyArray <string > | null;
3075
+ orderBy ?: Array <string > | null;
3076
3076
};
3077
3077
export type CommentCreateMutationResponse = {
3078
3078
readonly commentCreate : {
@@ -3180,15 +3180,15 @@ fragment InlineFragmentWithOverlappingFields on Actor {
3180
3180
// TestMutation.graphql
3181
3181
import { FragmentRefs } from "relay-runtime";
3182
3182
export type CommentCreateInput = {
3183
- readonly clientMutationId ?: string | null ;
3184
- readonly feedbackId ?: string | null ;
3185
- readonly feedback ?: CommentfeedbackFeedback | null ;
3183
+ clientMutationId ?: string | null ;
3184
+ feedbackId ?: string | null ;
3185
+ feedback ?: CommentfeedbackFeedback | null ;
3186
3186
} ;
3187
3187
export type CommentfeedbackFeedback = {
3188
- readonly comment ?: FeedbackcommentComment | null ;
3188
+ comment ?: FeedbackcommentComment | null ;
3189
3189
} ;
3190
3190
export type FeedbackcommentComment = {
3191
- readonly feedback ?: CommentfeedbackFeedback | null ;
3191
+ feedback ?: CommentfeedbackFeedback | null ;
3192
3192
} ;
3193
3193
export type TestMutationVariables = {
3194
3194
input : CommentCreateInput ;
@@ -3695,15 +3695,15 @@ export type ExampleFragment$key = {
3695
3695
3696
3696
// TestMutation.graphql
3697
3697
export type CommentCreateInput = {
3698
- readonly clientMutationId ?: string | null ;
3699
- readonly feedbackId ?: string | null ;
3700
- readonly feedback ?: CommentfeedbackFeedback | null ;
3698
+ clientMutationId ?: string | null ;
3699
+ feedbackId ?: string | null ;
3700
+ feedback ?: CommentfeedbackFeedback | null ;
3701
3701
} ;
3702
3702
export type CommentfeedbackFeedback = {
3703
- readonly comment ?: FeedbackcommentComment | null ;
3703
+ comment ?: FeedbackcommentComment | null ;
3704
3704
} ;
3705
3705
export type FeedbackcommentComment = {
3706
- readonly feedback ?: CommentfeedbackFeedback | null ;
3706
+ feedback ?: CommentfeedbackFeedback | null ;
3707
3707
} ;
3708
3708
export type TestMutationVariables = {
3709
3709
input : CommentCreateInput ;
@@ -3723,8 +3723,8 @@ export type TestMutation = {
3723
3723
3724
3724
// TestSubscription.graphql
3725
3725
export type FeedbackLikeInput = {
3726
- readonly clientMutationId ?: string | null ;
3727
- readonly feedbackId ?: string | null ;
3726
+ clientMutationId ?: string | null ;
3727
+ feedbackId ?: string | null ;
3728
3728
} ;
3729
3729
export type TestSubscriptionVariables = {
3730
3730
input ?: FeedbackLikeInput | null ;
0 commit comments