cache-on-hand
Toggle table of contents
common
Target filter
common
Switch theme
Search in API
Skip to content
cache-on-hand
cacheonhand-attendants
/
io.github.notoriouscorgi.cacheonhand.operations
/
CacheableMutationWithInput
/
mutate
mutate
suspend
fun
mutate
(
queryInput
:
TInput
,
optimisticUpdate
:
(
input
:
TInput
)
->
Map
<
out
CacheableInput
,
Any
?
>
?
=
null
,
onSuccess
:
suspend
(
TData
)
->
Unit
?
=
null
,
onError
:
suspend
(
TError
)
->
Unit
?
=
null
)