Skip to content

Commit 884d25c

Browse files
authored
fix: gqlMagicComment type (#8808)
* fix: gqlMagicComment type * fix: Add patch changeset
1 parent 7912f8f commit 884d25c

File tree

2 files changed

+6
-1
lines changed

2 files changed

+6
-1
lines changed

.changeset/big-mice-switch.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
---
2+
'@graphql-codegen/cli': patch
3+
---
4+
5+
fix: `gqlMagicComment` type

packages/utils/plugins-helpers/src/types.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -505,7 +505,7 @@ export namespace Types {
505505
/**
506506
* @description Configures the magic GraphQL comments to look for. The default is `GraphQL`.
507507
*/
508-
magicComment?: string;
508+
gqlMagicComment?: string;
509509
/**
510510
* @description Overrides the name of the default GraphQL name identifier.
511511
*/

0 commit comments

Comments
 (0)