Page Contents
Home > @loopback/graphql > GraphQLResolutionContext
GraphQLResolutionContext class
Context for graphql resolver resolution
Signature:
export declare class GraphQLResolutionContext extends Context
Extends: Context
Constructors
| Constructor | Modifiers | Description |
|---|---|---|
| [(constructor)(parent, resolverClass, resolverData)](/doc/en/lb4/apidocs.graphql.graphqlresolutioncontext._constructor_.html) | Constructs a new instance of the `GraphQLResolutionContext` class |
Properties
| Property | Modifiers | Type | Description |
|---|---|---|---|
| [resolverClass](/doc/en/lb4/apidocs.graphql.graphqlresolutioncontext.resolverclass.html) | `readonly` | [Constructor](/doc/en/lb4/apidocs.context.constructor.html)<unknown> | |
| [resolverData](/doc/en/lb4/apidocs.graphql.graphqlresolutioncontext.resolverdata.html) | `readonly` | ResolverData<object> |