Potentially Breaking
- Support
graphql
and@types/graphql
14.x.
NOTE:graphql
14 includes breaking changes. We're bumping the major version ofgraphql-tools
to accommodate those breaking changes. If you're planning on usinggraphql
14 withgraphql-tools
4.0.0, please make sure you've reviewed thegraphql
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 supportgraphql-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