toggle menu
apollo-api
3.8.3
common
switch theme
search in API
apollo-api
/
com.apollographql.apollo3.api.test
/
MapBuilder
Map
Builder
@
ApolloExperimental
abstract
class
MapBuilder
Base class for test builders that define a DSL to build type safe operation data
Members
Constructors
Map
Builder
Link copied to clipboard
constructor
(
)
Functions
build
Link copied to clipboard
abstract
fun
build
(
)
:
Map
<
String
,
Any
?
>
resolve
Link copied to clipboard
fun
<
T
>
resolve
(
responseName
:
String
,
type
:
CompiledType
,
enumValues
:
List
<
String
>
,
vararg
ctors
:
(
)
->
Map
<
String
,
Any
?
>
)
:
T