Node Execution Context
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