Soil
Toggle table of contents
1.0.0-alpha11
common
Platform filter
common
Switch theme
Search in API
Soil
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.