MutationCommands
object MutationCommands
Types
Link copied to clipboard
class Mutate<T, S>(key: MutationKey<T, S>, variable: S, revision: String, marker: Marker = Marker.None, callback: MutationCallback<T>? = null) : MutationCommand<T>
Executes the mutate function of the specified MutationKey.
Link copied to clipboard
Resets the mutation state.