v1.3.0-rc2
Pre-release
Pre-release
- Resolver
memoize
key includes theinfo.path.key
to keep different aliases from colliding - Imported resolvers will delegate to the imported component schema to which they belong.
- Remove
this._context
as default value for context inexecute()
requiringexecute()
users to pass in context from a calling resolver. - Remove binding of
GraphQLComponent
class context to Subscription resolvers. - Fixed proxyImportedResolvers option to include exclude scenario