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