MapBuilder

@ApolloExperimental
abstract class MapBuilder

Base class for test builders that define a DSL to build type safe operation data

Constructors

Link copied to clipboard
constructor()

Functions

Link copied to clipboard
abstract fun build(): Map<String, Any?>
Link copied to clipboard
fun <T> resolve(responseName: String, type: CompiledType, enumValues: List<String>, vararg ctors: () -> Map<String, Any?>): T