Skip to content

v4.0.0

Compare
Choose a tag to compare
@dotansimha dotansimha released this 03 Aug 07:03
· 849 commits to master since this release

‼️ ‼️ ‼️ BREAKING CHANGE ‼️ ‼️ ‼️

Dropped Node 10 support, due to the need to support ESM in this package.

‼️ ‼️ ‼️ BREAKING CHANGE ‼️ ‼️ ‼️

The signature of Loader has been changed in graphql-tools, to allow more flexibility.

If you are using graphql-config with extensions, then the Extension you are using needs to adjust to the new return value of Loader signature that returns Source[] | null instead of Source. (see: #716)

Other changes:

  • ESM Support
  • Update dependencies of graphql-tools.