Context
Properties
Functions
Link copied to clipboard
Dispatches the mutate failure.
Link copied to clipboard
inline suspend fun <T, S> MutationCommand.Context<T>.dispatchMutateResult(key: MutationKey<T, S>, variable: S, marker: Marker, noinline callback: MutationCallback<T>?)
Dispatches the mutation result.
Link copied to clipboard
fun <T> MutationCommand.Context<T>.dispatchMutateSuccess(data: T, contentEquals: MutationContentEquals<T>? = null)
Dispatches the mutate success.
Link copied to clipboard
fun <T> MutationCommand.Context<T>.reportMutationError(error: Throwable, id: UniqueId, marker: Marker)
Link copied to clipboard
Determines whether a mutation operation is necessary based on the current state.