NodeExecutionContext

Base ExecutionContext for Node resolvers without access to selections.

This is the default context used by generated node resolver base classes. Non-selective resolvers (the default) receive this context, which does not expose the selections() method.

See also

for the extended context with selections() access

Inheritors

Properties

Link copied to clipboard
abstract val id: GlobalID<R>

ID of the node that is being resolved