graphql-codegen-vscode
graphql-codegen-vscode copied to clipboard
Issue - Codegen threw 1 error, first one: Unable to find any GraphQL type definitions for the following pointers:
I'm getting an issue when I save graphql/gql files:
Codegen threw 1 error, first one: Unable to find any GraphQL type definitions for the following pointers:
Codegen works great if I run a simple yarn graphql-codegen
Using codegen/cli 1.21.5
Got a same issue
Same problem here in a project I'm writing the schema (using *.graphql files as schema).
It works in the client using a schema dump in a .json file.
pity there's been no updates for a year. The extension seems to be unusable due to this
Would love to see a fix for this.