MutationSuccessObject

constructor(reply: Reply<T>, replyUpdatedAt: Long, error: Throwable?, errorUpdatedAt: Long, mutatedCount: Int, mutate: suspend (S) -> T, mutateAsync: suspend (S) -> Unit, reset: suspend () -> Unit)

Parameters

T

Type of the return value from the mutation.

S

Type of the variable to be mutated.