Interface: ExecutionRequest<TVariables, TContext, TRootValue, TExtensions, TReturn>
utils/src.ExecutionRequest
Type parameters
| Name | Type |
|---|---|
TVariables | extends Record<string, any> = any |
TContext | any |
TRootValue | any |
TExtensions | Record<string, any> |
TReturn | any |
Table of contents
Properties
Properties
context
• Optional context: TContext
Defined in
packages/utils/src/Interfaces.ts:87 (opens in a new tab)
document
• document: TypedDocumentNode<TReturn, TVariables>
Defined in
packages/utils/src/Interfaces.ts:78 (opens in a new tab)
extensions
• Optional extensions: TExtensions
Defined in
packages/utils/src/Interfaces.ts:83 (opens in a new tab)
info
• Optional info: GraphQLResolveInfo
Defined in
packages/utils/src/Interfaces.ts:88 (opens in a new tab)
operationName
• Optional operationName: string
Defined in
packages/utils/src/Interfaces.ts:82 (opens in a new tab)
operationType
• Optional operationType: OperationTypeNode
Defined in
packages/utils/src/Interfaces.ts:81 (opens in a new tab)
rootValue
• Optional rootValue: TRootValue
Defined in
packages/utils/src/Interfaces.ts:85 (opens in a new tab)
variables
• Optional variables: TVariables