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:87
document
• document: TypedDocumentNode
<TReturn
, TVariables
>
Defined in
packages/utils/src/Interfaces.ts:78
extensions
• Optional
extensions: TExtensions
Defined in
packages/utils/src/Interfaces.ts:83
info
• Optional
info: GraphQLResolveInfo
Defined in
packages/utils/src/Interfaces.ts:88
operationName
• Optional
operationName: string
Defined in
packages/utils/src/Interfaces.ts:82
operationType
• Optional
operationType: OperationTypeNode
Defined in
packages/utils/src/Interfaces.ts:81
rootValue
• Optional
rootValue: TRootValue
Defined in
packages/utils/src/Interfaces.ts:85
variables
• Optional
variables: TVariables