MutationRef

fun <T, S> MutationRef(key: MutationKey<T, S>, marker: Marker, mutation: Mutation<T>): MutationRef<T, S>

Creates a new MutationRef instance.

Parameters

key

The MutationKey for the Mutation.

marker

The Marker specified in MutationClient.getMutation.

mutation

The Mutation to create a reference.