ExecutionContext

A generic context for resolvers or variable providers

Inheritors

Properties

Link copied to clipboard
abstract val requestContext: Any?

Returns value set as ExecutionInput.requestContext

Functions

Link copied to clipboard
abstract fun <T : NodeObject> globalIDFor(type: Type<T>, internalID: String): GlobalID<T>

Creates a GlobalID. Example usage: globalIDFor(User.Reflection, "123")

Link copied to clipboard

Creates a GlobalID.