Json Domain
A mapping Domain that converts between json-formatted Strings describing object values and IR.Value.Objects
Functions
Link copied to clipboard
fun <T : CompositeOutput> forSelectionSet(ctx: ExecutionContext, selectionSet: SelectionSet<T>): Domain<String>
Create a Domain that maps json-encoded strings corresponding to the given selectionSet
Link copied to clipboard
Create a Domain that translates json-encoded strings of unknown types into IR.Value.Object representations.