github ardatan/graphql-tools 4.0.0
v4.0.0

latest releases: release-1727374913368, @graphql-tools/executor-graphql-ws@1.3.0, release-1727267678099...
6 years ago

Potentially Breaking

  • Support graphql and @types/graphql 14.x.
    NOTE: graphql 14 includes breaking changes. We're bumping the major version of graphql-tools to accommodate those breaking changes. If you're planning on using graphql 14 with graphql-tools 4.0.0, please make sure you've reviewed the graphql breaking changes list.
    @hwillson in #953

Updates / Bug Fixes

  • Fix template strings usage in guessSchemaByRootField error message.
    @nagelflorian in #936
  • Update IFieldResolver to allow typed input args.
    @luk3thomas in #932
  • Changes to extractExtensionDefinitions to properly support graphql-js input extensions.
    @jure in #948
  • Stop automatically shallow cloning (via object spread syntax) transformed subscription results. Transformed subscription results are not always objects, which means object spreading can lead to invalid results.
    @ericlewis in #928
  • Re-use errors with an extensions property to make compatible with Apollo Server and it's built-in errors.
    @edorsey in #925
  • Documentation updates.
    @Amorites in #944
    @trevor-scheer in #946
    @dnalborczyk in #934
    @zcei in #933

Don't miss a new graphql-tools release

NewReleases is sending notifications on new releases.