Skip to content

Commit

Permalink
fix: gqlMagicComment type (#8808)
Browse files Browse the repository at this point in the history
* fix: gqlMagicComment type

* fix: Add patch changeset
  • Loading branch information
rwu823 committed Jan 17, 2023
1 parent 7912f8f commit 884d25c
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
5 changes: 5 additions & 0 deletions .changeset/big-mice-switch.md
@@ -0,0 +1,5 @@
---
'@graphql-codegen/cli': patch
---

fix: `gqlMagicComment` type
2 changes: 1 addition & 1 deletion packages/utils/plugins-helpers/src/types.ts
Expand Up @@ -505,7 +505,7 @@ export namespace Types {
/**
* @description Configures the magic GraphQL comments to look for. The default is `GraphQL`.
*/
magicComment?: string;
gqlMagicComment?: string;
/**
* @description Overrides the name of the default GraphQL name identifier.
*/
Expand Down

0 comments on commit 884d25c

Please sign in to comment.