ExecutionContext

A generic context for resolvers or variable providers

Inheritors

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")