mutate

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