epoxy
- Fixed issues with merging GraphQL schemas that uses
extend type
syntax (#238)
core
- Fixed issues with context merging (#229)
- Fixed issues with Apollo
dataSources
integration (#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 (24aa36a)
- Fixes for modules cache (d74cc12)
- Ignore
scalar
resolvers during resolvers wrapping (76f0fc4)
di
- Fixed issues with exported
ProviderScope
(now exported as validenum
)