Base Field Execution Context
interface BaseFieldExecutionContext<Q : Query, A : Arguments, R : CompositeOutput> : ResolverExecutionContext<Q> (source)
Base ExecutionContext interface for mutation and non-mutation field resolvers
Inheritors
Properties
Link copied to clipboard
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.