Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Multiple schemas #22

Open
newtack opened this issue Jun 6, 2018 · 0 comments
Open

Multiple schemas #22

newtack opened this issue Jun 6, 2018 · 0 comments

Comments

@newtack
Copy link

newtack commented Jun 6, 2018

I have a folder structure like this:
workspace
--app
----app1
------.graphqlconfig
------gql-schema.json
----app2
------.graphqlconfig
------gql-schema.json

The contents of .graphqlconfig is:
{
"schemaPath": "gql-schema.json"
}

I would like to get grahpql Intellisense under app1 only for its schema when editing a *.gql file, and similarly for app2. This does work when I open a new VSCode window with app1 or app2 as the root folder, it does not work when I open the "workspace" folder.

Any idea on how I can accomplish this?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant