v4.0.0
Dropped Node 10 support, due to the need to support ESM in this package.
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.