@@ -37,69 +37,6 @@ exports[`client:codegen generates operation IDs for swift files when flag is set
3737} "
3838` ;
3939
40- exports [` client:codegen writes TypeScript global types to a custom path when globalTypesFile is set 1` ] = `
41- "/* tslint:disable */
42- // This file was automatically generated and should not be edited.
43-
44- import { SomeEnum } from \\ "./../../__foo__/bar\\ ";
45-
46- // ====================================================
47- // GraphQL query operation: SimpleQuery
48- // ====================================================
49-
50- export interface SimpleQuery {
51- someEnum : SomeEnum ;
52- }
53- "
54- ` ;
55-
56- exports [` client:codegen writes TypeScript global types to a custom path when globalTypesFile is set 2` ] = `
57- "/* tslint:disable */
58- // This file was automatically generated and should not be edited.
59-
60- //==============================================================
61- // START Enums and Input Objects
62- //==============================================================
63-
64- export enum SomeEnum {
65- bar = \\" bar\\ " ,
66- foo = \\" foo\\ " ,
67- }
68-
69- //==============================================================
70- // END Enums and Input Objects
71- //==============================================================
72- "
73- ` ;
74-
75- exports [` client:codegen writes TypeScript types into a __generated__ directory next to sources when no output is set 1` ] = `
76- "/* tslint:disable */
77- // This file was automatically generated and should not be edited.
78-
79- // ====================================================
80- // GraphQL query operation: SimpleQuery
81- // ====================================================
82-
83- export interface SimpleQuery {
84- hello : string ;
85- }
86- "
87- ` ;
88-
89- exports [` client:codegen writes TypeScript types into a __generated__ directory next to sources when no output is set 2` ] = `
90- "/* tslint:disable */
91- // This file was automatically generated and should not be edited.
92-
93- //==============================================================
94- // START Enums and Input Objects
95- //==============================================================
96-
97- //==============================================================
98- // END Enums and Input Objects
99- //==============================================================
100- "
101- ` ;
102-
10340exports [` client:codegen writes exact Flow types when the useFlowExactObjects flag is set 1` ] = `
10441"
10542
0 commit comments