mutate

suspend fun mutate(optimisticUpdate: () -> Map<out CacheableInput, Any?>? = null, onSuccess: suspend () -> Unit? = null, onError: suspend (error: TError) -> Unit? = null)