You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi there, it's The Guild :) We're working on a new version of GraphQL Config. The goal is to make it platform agnostic, flexible enough to use with any tool and framework, reduce the bundle size and a lot more and what's even more important, bring it back to life and keep maintaining.
New changes #162 are already merged into master and v3.0.0-alpha.13 is released.
With new GraphQL Config you're able to use environment variables like this:
schema: ${MY_SCHEMA:schema.graphql}
Where MY_SCHEMA is the value coming from process.env.MY_SCHEMA and schema.graphql is a default value
This prevents use-cases such as:
Which is useful for sharing between local dev and CI environments.
The text was updated successfully, but these errors were encountered: