Soil
Toggle table of contents
1.0.0-alpha14
common
Platform filter
common
Switch theme
Search in API
Soil
soil-query-compose
/
soil.query.compose
/
MutationLoadingObject
/
MutationLoadingObject
Mutation
Loading
Object
constructor
(
reply
:
Reply
<
T
>
,
replyUpdatedAt
:
Long
,
error
:
Throwable
?
,
errorUpdatedAt
:
Long
,
mutatedCount
:
Int
,
mutate
:
suspend
(
S
)
->
T
,
mutateAsync
:
suspend
(
S
)
->
Unit
,
reset
:
suspend
(
)
->
Unit
)
(
source
)
Parameters
T
Type of the return value from the mutation.
S
Type of the variable to be mutated.