MutationObjectMapper

A mapper that converts MutationState to MutationObject.

Types

Link copied to clipboard
object Companion

Functions

Link copied to clipboard
abstract fun <T, S> MutationState<T>.toObject(mutation: MutationRef<T, S>): MutationObject<T, S>

Converts the given MutationState to MutationObject.