@@ -49,6 +49,7 @@ export * from "./gql";`);
49
49
* 3. It does not support dead code elimination, so it will add unused operations.
50
50
*
51
51
* Therefore it is highly recommended to use the babel or swc plugin for production.
52
+ * Learn more about it here: https://the-guild.dev/graphql/codegen/plugins/presets/preset-client#reducing-bundle-size
52
53
*/
53
54
const documents = {
54
55
"\\n query A {\\n a\\n }\\n": types.ADocument,
@@ -136,6 +137,7 @@ export * from "./gql";`);
136
137
* 3. It does not support dead code elimination, so it will add unused operations.
137
138
*
138
139
* Therefore it is highly recommended to use the babel or swc plugin for production.
140
+ * Learn more about it here: https://the-guild.dev/graphql/codegen/plugins/presets/preset-client#reducing-bundle-size
139
141
*/
140
142
const documents = {
141
143
"\\n query a {\\n a\\n }\\n": types.ADocument,
@@ -215,6 +217,7 @@ export * from "./gql";`);
215
217
* 3. It does not support dead code elimination, so it will add unused operations.
216
218
*
217
219
* Therefore it is highly recommended to use the babel or swc plugin for production.
220
+ * Learn more about it here: https://the-guild.dev/graphql/codegen/plugins/presets/preset-client#reducing-bundle-size
218
221
*/
219
222
const documents = {
220
223
"\\n query a {\\n a\\n }\\n": types.ADocument,
@@ -295,6 +298,7 @@ export * from "./gql";`);
295
298
* 3. It does not support dead code elimination, so it will add unused operations.
296
299
*
297
300
* Therefore it is highly recommended to use the babel or swc plugin for production.
301
+ * Learn more about it here: https://the-guild.dev/graphql/codegen/plugins/presets/preset-client#reducing-bundle-size
298
302
*/
299
303
const documents = {
300
304
"\\n query A {\\n a\\n }\\n": types.ADocument,
@@ -425,6 +429,7 @@ export * from "./gql";`);
425
429
* 3. It does not support dead code elimination, so it will add unused operations.
426
430
*
427
431
* Therefore it is highly recommended to use the babel or swc plugin for production.
432
+ * Learn more about it here: https://the-guild.dev/graphql/codegen/plugins/presets/preset-client#reducing-bundle-size
428
433
*/
429
434
const documents = {
430
435
"\\n query A {\\n a\\n }\\n": types.ADocument,
@@ -548,6 +553,7 @@ export * from "./gql";`);
548
553
* 3. It does not support dead code elimination, so it will add unused operations.
549
554
*
550
555
* Therefore it is highly recommended to use the babel or swc plugin for production.
556
+ * Learn more about it here: https://the-guild.dev/graphql/codegen/plugins/presets/preset-client#reducing-bundle-size
551
557
*/
552
558
const documents = {
553
559
"\\n query a {\\n a\\n }\\n": types.ADocument,
@@ -661,6 +667,7 @@ export * from "./gql";`);
661
667
* 3. It does not support dead code elimination, so it will add unused operations.
662
668
*
663
669
* Therefore it is highly recommended to use the babel or swc plugin for production.
670
+ * Learn more about it here: https://the-guild.dev/graphql/codegen/plugins/presets/preset-client#reducing-bundle-size
664
671
*/
665
672
const documents = {
666
673
"\\n query A {\\n a\\n }\\n": types.ADocument,
@@ -1008,6 +1015,7 @@ export * from "./gql.js";`);
1008
1015
* 3. It does not support dead code elimination, so it will add unused operations.
1009
1016
*
1010
1017
* Therefore it is highly recommended to use the babel or swc plugin for production.
1018
+ * Learn more about it here: https://the-guild.dev/graphql/codegen/plugins/presets/preset-client#reducing-bundle-size
1011
1019
*/
1012
1020
const documents = {
1013
1021
"\\n query A {\\n a\\n }\\n": types.ADocument,
@@ -2682,6 +2690,7 @@ export * from "./gql.js";`);
2682
2690
* 3. It does not support dead code elimination, so it will add unused operations.
2683
2691
*
2684
2692
* Therefore it is highly recommended to use the babel or swc plugin for production.
2693
+ * Learn more about it here: https://the-guild.dev/graphql/codegen/plugins/presets/preset-client#reducing-bundle-size
2685
2694
*/
2686
2695
const documents = {
2687
2696
"\\n query Foo {\\n foo {\\n ...Foo\\n }\\n }\\n": types.FooDocument,
0 commit comments