MutationClient
interface MutationClient
A Mutation client, which allows you to make mutations actor and handle MutationKey.
Inheritors
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.