SelectiveNodeExecutionContext

Extended ExecutionContext for Node resolvers with access to selections.

This interface extends NodeExecutionContext and adds the selections() method. Generated resolver bases expose this context only for @resolver(isSelective: true) node resolvers.

See also

for the base context without selections()

Functions

Link copied to clipboard
abstract fun selections(): SelectionSet<R>

The SelectionSet for R that the caller provided