You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I haven't used this plugin in years, but looking at your screenshot, I can't tell if you have any actual fields defined on that Query extension type or not.
For everyone passing by and looking for a 5-sec hack: I renamed my schema from schema.graphql to schema.gql so that the linter does not look at it (config eslint --ext .ts,.tsx,.graphql with env: 'literal'). Don't forget to update your .eslintconfig with the new schema path ;)
Maybe related to #227
Do you know how to resolve this issue?
Using eslint-plugin-graphql 3.1.1 and Apollo client 3. The app seems to behave correctly with this implementation, so I expect no eslint error here.
.eslintrc.yml
The text was updated successfully, but these errors were encountered: