toggle menu
apollo-kdoc
4.1.1-SNAPSHOT
4.1.1-SNAPSHOT
3.8.2
common
switch theme
search in API
apollo-testing-support
/
com.apollographql.apollo.testing
/
enqueueTestResponse
enqueue
Test
Response
@
ApolloExperimental
fun
<
D
:
Operation.Data
>
ApolloClient
.
enqueueTestResponse
(
response
:
ApolloResponse
<
D
>
)
@
ApolloExperimental
fun
<
D
:
Operation.Data
>
ApolloClient
.
enqueueTestResponse
(
operation
:
Operation
<
D
>
,
data
:
D
?
=
null
,
errors
:
List
<
Error
>
?
=
null
)