There was an error while loading. Please reload this page.
1 parent 7912f8f commit 884d25cCopy full SHA for 884d25c
.changeset/big-mice-switch.md
@@ -0,0 +1,5 @@
1
+---
2
+'@graphql-codegen/cli': patch
3
4
+
5
+fix: `gqlMagicComment` type
packages/utils/plugins-helpers/src/types.ts
@@ -505,7 +505,7 @@ export namespace Types {
505
/**
506
* @description Configures the magic GraphQL comments to look for. The default is `GraphQL`.
507
*/
508
- magicComment?: string;
+ gqlMagicComment?: string;
509
510
* @description Overrides the name of the default GraphQL name identifier.
511
0 commit comments