@@ -918,8 +918,8 @@ export type CommentCreateMutation = {
918
918
919
919
920
920
// FriendFragment.graphql
921
- export type TestEnums = "mark" | "zuck" | "%future added value";
922
921
import { FragmentRefs } from "relay-runtime";
922
+ export type TestEnums = "mark" | "zuck" | "%future added value";
923
923
export type FriendFragment = {
924
924
readonly name : string | null ;
925
925
readonly lastName : string | null ;
@@ -1677,8 +1677,8 @@ fragment ScalarField on User {
1677
1677
1678
1678
~~~~~~~~~~ OUTPUT ~~~~~~~~~~
1679
1679
// ScalarField.graphql
1680
- export type PersonalityTraits = "CHEERFUL" | "DERISIVE" | "HELPFUL" | "SNARKY" | "%future added value";
1681
1680
import { FragmentRefs } from "relay-runtime";
1681
+ export type PersonalityTraits = "CHEERFUL" | "DERISIVE" | "HELPFUL" | "SNARKY" | "%future added value";
1682
1682
export type ScalarField = {
1683
1683
readonly id : string ;
1684
1684
readonly name : string | null ;
@@ -3004,8 +3004,8 @@ export type CommentCreateMutation = {
3004
3004
3005
3005
3006
3006
// FriendFragment.graphql
3007
- export type TestEnums = "mark" | "zuck" | "%future added value";
3008
3007
import { FragmentRefs } from "relay-runtime";
3008
+ export type TestEnums = "mark" | "zuck" | "%future added value";
3009
3009
export type FriendFragment = {
3010
3010
readonly name : string | null ;
3011
3011
readonly lastName : string | null ;
@@ -3762,8 +3762,8 @@ fragment ScalarField on User {
3762
3762
3763
3763
~~~~~~~~~~ OUTPUT ~~~~~~~~~~
3764
3764
// ScalarField.graphql
3765
- export type PersonalityTraits = "CHEERFUL" | "DERISIVE" | "HELPFUL" | "SNARKY" | "%future added value";
3766
3765
import { FragmentRefs } from "relay-runtime";
3766
+ export type PersonalityTraits = "CHEERFUL" | "DERISIVE" | "HELPFUL" | "SNARKY" | "%future added value";
3767
3767
export type ScalarField = {
3768
3768
readonly id : string ;
3769
3769
readonly name : string | null ;
0 commit comments