ExecutionCtx class

The context associated with a request that finished being validated

More information in RequestCtx, ObjectExecutionCtx and Ctx

Implemented types

Constructors

ExecutionCtx({required RequestCtx requestCtx, required DocumentNode document, required OperationDefinitionNode operation, required Map<String, dynamic> variableValues, required ScopedMap scope})
The context associated with a request that finished being validated

Properties

document DocumentNode
The GraphQL document of the GraphQL request
final
errors List<GraphQLError>
The errors populated throughout the processing of a GraphQL request
final
hashCode int
The hash code for this object.
no setterinherited
operation OperationDefinitionNode
The specific operation from the document of the GraphQL request
final
requestCtx RequestCtx
Base context of the request
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
schema GraphQLSchema
The schema used to execute the operation
no setter
scope ScopedMap
The tree of values for this scope
final
variableValues Map<String, dynamic>
The parsed variables passes as arguments to the parameters in the operation
final

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited