Resolver Execution Context
A generic context for resolving fields or types
Inheritors
Functions
Link copied to clipboard
Creates a GlobalID and returns it as a String. Example usage: globalIDStringFor(User.Reflection, "123")
Link copied to clipboard
Creates a Node object reference given an ID. Only the ID field is accessible from the created reference. Attempting to access other fields will result in an exception. This can be used to construct resolver responses for fields with Node types.
Link copied to clipboard
Loads the provided SelectionSet on the root Query type, and return the response
Link copied to clipboard
abstract fun <T : CompositeOutput> selectionsFor(type: Type<T>, selections: String, variables: Map<String, Any?> = emptyMap()): SelectionSet<T>
Creates a SelectionSet on a provided type from the provided Selections String