epoxy
- Fixed issues with merging GraphQL schemas that uses
extend type
syntax (https://github.com/Urigo/graphql-modules/pull/238)
core
- Fixed issues with context merging (https://github.com/Urigo/graphql-modules/pull/229)
- Fixed issues with Apollo
dataSources
integration (https://github.com/Urigo/graphql-modules/pull/229)
- Support
resolverValidationOptions
(https://www.apollographql.com/docs/graphql-tools/generate-schema.html#makeExecutableSchema)
- Prevent illegal resolver invocation and use way to access children cache (https://github.com/Urigo/graphql-modules/commit/24aa36a98241cbab5f0cc9c1ca0302c73625ff63)
- Fixes for modules cache (https://github.com/Urigo/graphql-modules/commit/d74cc126852ac9b42e18ee7b0dddc7f114ff9c8b)
- Ignore
scalar
resolvers during resolvers wrapping (https://github.com/Urigo/graphql-modules/commit/76f0fc42a06a03f6fd0bdf4f1a7292e695000635)
di
- Fixed issues with exported
ProviderScope
(now exported as validenum
)