You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Resolver memoize key includes the info.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 in execute() requiring execute() users to pass in context from a calling resolver.
Remove binding of GraphQLComponent class context to Subscription resolvers.
Apply proxyImportedResolvers regardless of how the way a component is imported and whether or not exclusions are provided. proxyImportedResolvers can still be turned off for an imported component if the component is passed via config object.