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
Describe the bug Error highlighting does not work. For more info :
https://stackoverflow.com/questions/78328361/intellij-graphql-plugin-error-highlighting-not-working
To Reproduce See SO question
The text was updated successfully, but these errors were encountered:
Hi @oliverwatkins! From your question I see that you have a folder structure like this :
|-- project | |-- frontend | | +-- myQueryDeclerations.ts | | +-- schema.graphql | +-- graphql.config.yml
So, the path to the schema in your config should be schema: frontend/schema.graphql, instead of schema: schema.graphql.
schema: frontend/schema.graphql
schema: schema.graphql
Sorry, something went wrong.
No branches or pull requests
Describe the bug
Error highlighting does not work. For more info :
https://stackoverflow.com/questions/78328361/intellij-graphql-plugin-error-highlighting-not-working
To Reproduce
See SO question
The text was updated successfully, but these errors were encountered: