toggle menu
soil
1.0.0-alpha07
common
switch theme
search in API
soil-query-compose
/
soil.query.compose
/
MutationErrorObject
/
MutationErrorObject
Mutation
Error
Object
constructor
(
reply
:
Reply
<
T
>
,
replyUpdatedAt
:
Long
,
error
:
Throwable
,
errorUpdatedAt
:
Long
,
mutatedCount
:
Int
,
mutate
:
suspend
(
S
)
->
T
,
mutateAsync
:
suspend
(
S
)
->
Unit
,
reset
:
suspend
(
)
->
Unit
)
Parameters
T
Type of the return value from the mutation.
S
Type of the variable to be mutated.