Hi
I usually have a single webstorm open and a root folder that contains multiple different but related projects.
Therefore I have for example an user graphql endpoint in one sub folder and an admin graphql endpoint in another sub folder. Each of these has there very own graphql schema.
It would be great if the plugin would look into each subfolder for the graphql.config.json and graphql.schema.json and keep it in that subfolder scope.
So basically I don't want the plugin to force me to open multiple webstorms to work on multiple graphql endpoints with different schemas.
Hi
I usually have a single webstorm open and a root folder that contains multiple different but related projects.
Therefore I have for example an
user graphql endpointin one sub folder and anadmin graphql endpointin another sub folder. Each of these has there very own graphql schema.It would be great if the plugin would look into each subfolder for the
graphql.config.jsonandgraphql.schema.jsonand keep it in that subfolder scope.So basically I don't want the plugin to force me to open multiple webstorms to work on multiple graphql endpoints with different schemas.