JetBrains / js-graphql-intellij-plugin

GraphQL language support for WebStorm, IntelliJ IDEA and other IDEs based on the IntelliJ Platform.
https://jimkyndemeyer.github.io/js-graphql-intellij-plugin/
MIT License
879 stars 97 forks source link

Unexpected "Unknown directive location" errors when viewing schema #703

Open wabrit opened 4 months ago

wabrit commented 4 months ago

Using GraphQL plugin 4.0.2 on WebStorm 2023.2.5

Valid directive declarations in schema files are flagged by default as "Unknown directive location" even though the locations in question are valid.

image