graphql-cli
graphql-cli copied to clipboard
Support for .graphqlrc.js
Is your feature request related to a problem? Please describe. I would like my schema to be configured differently depending on NODE_ENV environmental variable.
According to https://graphql-config.com/introduction, graphql.config.js or .graphqlrc.js is supported for such use case.
Describe the solution you'd like
Support graphql.config.js or .graphqlrc.js
We support those already. Could you share how your js config file looks like?