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

query result error for having client directive fields #437

Closed mononoke-choi closed 3 years ago

mononoke-choi commented 3 years ago

i combined local and remote schemas for supporting local state management when i execute graphql plugin it shows me errors like below image and there are some related codes

but it can fetch correct data with local field set i expected before in browser console what did i wrong..? :( it is awesome plugin so i wanna use in my project! please help with this