Allow having multiple configs in a project (scope per subfolder)
See original GitHub issueHi
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.
Issue Analytics
- State:
- Created 5 years ago
- Reactions:6
- Comments:5
Top Results From Across the Web
Allow having multiple configs in a project (scope per subfolder)
Hi I usually have a single webstorm open and a root folder that contains multiple different but related projects.
Read more >Git config with directory scope, containing multiple repositories
first you create different config files for your "custom-scopes" (e.g. professional, freetime, ect.) and add your desired user-config for each scope
Read more >Multi-root Workspaces in Visual Studio Code
You can open and work on multiple project folders in Visual Studio Code with multi-root workspaces.
Read more >Scopes and file colors | WebStorm Documentation - JetBrains
A scope the Scope icon is a group of files and folders in a project. You can use scopes to visually distinguish project...
Read more >Check out multiple repositories in your pipeline - Microsoft Learn
Azure Pipelines provides Limit job scope settings for Azure Repos Git ... project, Limit job scope must be configured to allow access.
Read more >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
See https://github.com/jimkyndemeyer/graphql-config-examples for examples of multi-schema configurations with v2.
@jimkyndemeyer Is there a documentation for how to configure multiple schemas in alpha 2?