Releases: ardatan/graphql-toolkit
v0.10.7
Do you want The Guild to keep your codebase up to date and run your build on each GraphQL Toolkit 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:
- Fixed issues with
extensions
not defined - Update deps
v0.10.6
Do you want The Guild to keep your codebase up to date and run your build on each GraphQL Toolkit 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:
- Source is not a class, define it as interface PR #583
v0.10.4
Do you want The Guild to keep your codebase up to date and run your build on each GraphQL Toolkit 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 new graphql-tools v5
- Remove apollo-language-server dependency
v0.10.3
Do you want The Guild to keep your codebase up to date and run your build on each GraphQL Toolkit 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:
- Update dependencies
- Fixes issues with
graphql-import
and multiple root types (#548)
v0.10.2
Do you want The Guild to keep your codebase up to date and run your build on each GraphQL Toolkit 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:
- Make Validation Rules backwards compatible with GraphQL v14 PR #541
v0.10.1
Do you want The Guild to keep your codebase up to date and run your build on each GraphQL Toolkit 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:
v0.9.10
Do you want The Guild to keep your codebase up to date and run your build on each GraphQL Toolkit commit so we will make sure not to break your app?
Contact us here: the-guild.dev/connected-build
Chat with us on discord
v0.9.9
Do you want The Guild to keep your codebase up to date and run your build on each GraphQL Toolkit commit so we will make sure not to break your app?
Contact us here: the-guild.dev/connected-build
Chat with us on discord
- Fix applyExtensions (#496)
v0.9.8
Do you want The Guild to keep your codebase up to date and run your build on each GraphQL Toolkit commit so we will make sure not to break your app?
Contact us here: the-guild.dev/connected-build
Chat with us on discord
- Fix #472
Unable to merge GraphQL type changed type from '[Type!]' to '[Type!]!'
#485 - Remove extra new line in descriptions #474 (#483)
- use decorators-legacy to load document from TypeScript file with decorator (#493) - Thanks @adws !!!
- use graphql-tools-fork (#460) - Thanks @yaacovCR for maintaining this great library!
- Simplify invalid path regex #474
- Implement schema extensions in
mergeSchemas
(#481) - Modify the error message to include what failed to load (#477) - Thanks @ricokahler !!!
v0.9.7
Do you want The Guild to keep your codebase up to date and run your build on each GraphQL Toolkit commit so we will make sure not to break your app?
Contact us here: the-guild.dev/connected-build
Chat with us on discord
- Strict null check while loading schemas