graphql-component
Advanced tools
Changelog
v1.3.1
Changelog
v1.3.0
this._context
as default value for context in execute()
requiring execute()
users to pass in context from a calling resolver.GraphQLComponent
class context to Subscription resolvers.Changelog
v1.2.4
mergeErrors
allows inline errors to facilitate returning multiple errors from resolvers that use execute
.