graphql-tools-monorepo / utils/src / ExecutionRequest
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:91
document
• document: TypedDocumentNode
<TReturn
, TVariables
>
Defined in
packages/utils/src/Interfaces.ts:82
extensions
• Optional
extensions: TExtensions
Defined in
packages/utils/src/Interfaces.ts:87
info
• Optional
info: GraphQLResolveInfo
Defined in
packages/utils/src/Interfaces.ts:92
operationName
• Optional
operationName: string
Defined in
packages/utils/src/Interfaces.ts:86
operationType
• Optional
operationType: OperationTypeNode
Defined in
packages/utils/src/Interfaces.ts:85
rootValue
• Optional
rootValue: TRootValue
Defined in
packages/utils/src/Interfaces.ts:89
signal
• Optional
signal: AbortSignal
Defined in
packages/utils/src/Interfaces.ts:93
variables
• Optional
variables: TVariables