Skip to content

v0.9.8

Compare
Choose a tag to compare
@ardatan ardatan released this 17 Mar 14:52
· 96 commits to master since this release

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 !!!