toggle menu
soil
1.0.0-alpha08
common
switch theme
search in API
soil-query-compose
/
soil.query.compose
/
MutationObjectMapper
/
toObject
to
Object
abstract
fun
<
T
,
S
>
MutationState
<
T
>
.
toObject
(
mutation
:
MutationRef
<
T
,
S
>
)
:
MutationObject
<
T
,
S
>
Converts the given
MutationState
to
MutationObject
.
Return
The converted object.
Parameters
mutation
The mutation reference.