MutationClient

interface MutationClient

A Mutation client, which allows you to make mutations actor and handle MutationKey.

Inheritors

Properties

Link copied to clipboard

The default mutation options.

Functions

Link copied to clipboard
abstract fun <T, S> getMutation(key: MutationKey<T, S>, marker: Marker = Marker.None): MutationRef<T, S>

Gets the MutationRef by the specified MutationKey.