We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
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
yarn graphql-codegen
Using codegen/cli 1.21.5
codegen/cli
The text was updated successfully, but these errors were encountered:
Got a same issue
Sorry, something went wrong.
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.
No branches or pull requests
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.5The text was updated successfully, but these errors were encountered: