Mayank1791989 / gql

112 stars 19 forks source link

Support monorepo structures / multiple `.gqlconfig` files #137

Closed GrtDev closed 6 years ago

GrtDev commented 6 years ago

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?

Mayank1791989 commented 6 years ago

see issue https://github.com/kumarharsh/graphql-for-vscode/issues/46