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
/
MutationRecompositionOptimizer
/
omit
omit
abstract
fun
<
T
>
omit
(
state
:
MutationState
<
T
>
)
:
MutationState
<
T
>
Omit the specified keys from the
MutationState
.
Return
The optimized mutation state.
Parameters
state
The mutation state.