Skip to content

Releases: ardatan/graphql-toolkit

v0.10.7

18 May 12:37
Compare
Choose a tag to compare

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

29 Apr 09:20
Compare
Choose a tag to compare

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

16 Apr 14:42
Compare
Choose a tag to compare

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

07 Apr 08:28
Compare
Choose a tag to compare

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

03 Apr 12:15
Compare
Choose a tag to compare

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

03 Apr 08:35
Compare
Choose a tag to compare

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:

  • Support GraphQL v15.0.0 PR #537
  • ensure correct behavior of schema printing when GraphQL Type was transformed by GraphQL Tools 73115af

v0.9.10

26 Mar 11:14
Compare
Choose a tag to compare

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

  • Synchronous mode + Limit Concurrency (#497)
  • Support . in resolversComposition

v0.9.9

26 Mar 11:15
Compare
Choose a tag to compare

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

17 Mar 14:52
Compare
Choose a tag to compare

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

28 Jan 21:10
Compare
Choose a tag to compare

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