Companion

Functions

Link copied to clipboard
fun <T : CompositeOutput> forSelectionSet(ctx: ExecutionContext, selectionSet: SelectionSet<T>, keyMapping: KeyMapping = KeyMapping.SelectionToSelection): Domain<T>

Create a GRTDomain that maps values for the provided selectionSet

Link copied to clipboard
fun <T : GRT> forType(ctx: ExecutionContext): Domain<T>

Create a GRTDomain that maps values for the provided type T.

Link copied to clipboard
operator fun invoke(ctx: ExecutionContext): Domain<GRT>

Create a GRTDomain that maps values for any GRT value.