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

Add GraphQLBuiltInRedefinitionErrorFilter #679

Closed BoD closed 10 months ago

BoD commented 11 months ago

This is a fix for #665.

As discussed in that issue, this is the simple fix using an error filter, while a better fix would be to prioritize user-defined types always. But at least this fixes the immediate issue in a simple way.

vepanimas commented 10 months ago

Fixed here prioritizing user-defined types instead https://github.com/JetBrains/js-graphql-intellij-plugin/issues/665#issuecomment-1674912176