I'm trying to use this with the graphql-for-vscode plugin. After some debugging I found out that the .gqlconfig file is expected to be in the root of the workspace. This does not work well for monorepo's where it could contain multiple packages with different graphql schemas etc.
I'm trying to use this with the
graphql-for-vscode
plugin. After some debugging I found out that the.gqlconfig
file is expected to be in the root of the workspace. This does not work well for monorepo's where it could contain multiple packages with different graphql schemas etc.I set up an example to illustrate the issue here.
Any chance it could support multiple packages containing their own
.gqlconfig
files?