js-graphql-intellij-plugin
js-graphql-intellij-plugin copied to clipboard
Error highlighting does not work for me
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
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
.