v0.2.18
epoxy
- Fixed issues with merging GraphQL schemas that uses
extend typesyntax (#238)
core
- Fixed issues with context merging (#229)
- Fixed issues with Apollo
dataSourcesintegration (#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
scalarresolvers during resolvers wrapping (76f0fc4)
di
- Fixed issues with exported
ProviderScope(now exported as validenum)