Releases: kamilkisiela/graphql-config
v4.0.1
- Updated dependencies of
graphql-tools
to latest, to address issues related to documents loading.
v4.0.0
Dropped Node 10 support, due to the need to support ESM in this package.
The signature of Loader
has been changed in graphql-tools
, to allow more flexibility.
If you are using graphql-config
with extensions
, then the Extension
you are using needs to adjust to the new return value of Loader
signature that returns Source[] | null
instead of Source
. (see: #716)
Other changes:
- ESM Support
- Update dependencies of
graphql-tools
.
v3.4.1
v3.4.0
- Update dependencies of
graphql-tools
.
v3.3.0
Do you want The Guild to keep your codebase up to date and run your build on each GraphQL Config commit so we will make sure not to break your app?
Contact us here: the-guild.dev/services
Chat with us on discord
- Add support for loading the config from package.json #693 by @ionut-botizan
v3.2.0
Do you want The Guild to keep your codebase up to date and run your build on each GraphQL Config commit so we will make sure not to break your app?
Contact us here: the-guild.dev/services
Chat with us on discord
- Allow custom options for loadSchema #593
v3.1.0
Do you want The Guild to keep your codebase up to date and run your build on each GraphQL Config commit so we will make sure not to break your app?
Contact us here: the-guild.dev/services
Chat with us on discord
- TOML and TypeScript loaders #595 by @acao
- Add ability to override default loaders #583 by @danielrearden
v3.0.3
Do you want The Guild to keep your codebase up to date and run your build on each GraphQL Config commit so we will make sure not to break your app?
Contact us here: the-guild.dev/connected-build
Chat with us on discord
- Use GraphQL Tools v6 (#549)
- Use
string-env-interpolation
instead of custom code - Update deps
v3.0.2
Do you want The Guild to keep your codebase up to date and run your build on each GraphQL Config commit so we will make sure not to break your app?
Contact us here: the-guild.dev/connected-build
Chat with us on discord
List of changes:
Fix missing types #542
v3.0.1
Do you want The Guild to keep your codebase up to date and run your build on each GraphQL Config commit so we will make sure not to break your app?
Contact us here: the-guild.dev/connected-build
Chat with us on discord
List of changes:
- use GraphQL Toolkit v0.10.6