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
880 stars 97 forks source link

Unknown field "__typename" when viewing graphql documents #705

Open wabrit opened 7 months ago

wabrit commented 7 months ago

Using GraphQL plugin 4.0.2 on WebStorm 2023.2.5

The GraphQL meta-field __typename appears not to be recognised when included in GraphQL documents; an error of the form e.g. Unknown field "__typename" on ... is displayed.