dispatchMutateSuccess
fun <T> MutationCommand.Context<T>.dispatchMutateSuccess(data: T, contentEquals: MutationContentEquals<T>? = null)
Dispatches the mutate success.
Parameters
data
The mutation returned data.
Dispatches the mutate success.
The mutation returned data.