Package-level declarations
Types
Link copied to clipboard
interface ExecutionContext
A generic context for resolvers or variable providers
Link copied to clipboard
interface FieldExecutionContext<T : Object, Q : Query, A : Arguments, O : CompositeOutput> : ResolverExecutionContext
An ExecutionContext provided to field resolvers
Link copied to clipboard
interface MutationFieldExecutionContext<T : Object, Q : Query, A : Arguments, O : CompositeOutput> : FieldExecutionContext<T, Q, A, O>
An ExecutionContext provided to mutation resolvers
Link copied to clipboard
An ExecutionContext provided to Node resolvers
Link copied to clipboard
A generic context for resolving fields or types
Link copied to clipboard
Context for a VariablesProvider, providing access to the arguments and the execution context. This is used to resolve variables dynamically based on the current request context.