BaseFieldExecutionContext

Base ExecutionContext interface for mutation and non-mutation field resolvers

Inheritors

Properties

Link copied to clipboard
abstract val arguments: A

The value of any A arguments that were provided by the caller of this resolver. If this field does not have arguments, this is Arguments.NoArguments.

Functions

Link copied to clipboard
abstract suspend fun getQueryValue(): Q

Returns a synchronously-accessible version of the query value where all selections have been eagerly resolved.