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 have added my schema to a .graphql file in my main project directory. I now get this error:
This is very weird because I do have a type Query {} in my .graphql file with multiple queries in there. When I copied the Query type into an empty .graphql file and I changed all the return types to strings I did not get the error anymore. To Reproduce
I don't really know how you could reproduce this I don't want really share my schema.
Expected behavior
I don't expect a 'A schema MUST have a 'query' operation defined' error to pop up when there is a type Query in the schema
Version and Environment Details
Operation system: Win 10
IDE name and version: Webstorm 2020.3.2
Plugin version: 2.9.1
jeiemgiBigismall, robhendriks, davidenke, meticoeus, jaydensmith and 3 more