Field Execution Context
interface FieldExecutionContext<O : Object, Q : Query, A : Arguments, R : CompositeOutput> : BaseFieldExecutionContext<Q, A, R> (source)
An ExecutionContext provided to field resolvers
Inheritors
Properties
Link copied to clipboard
A value of O, with any (and only) selections from viaduct.api.Resolver.objectValueFragment populated. Attempting to access fields not declared in viaduct.api.Resolver.objectValueFragment will throw a runtime exception.
Functions
Link copied to clipboard
Returns a synchronously-accessible version of objectValue where all selections have been eagerly resolved.