MutationFactoryWithInput

class MutationFactoryWithInput<TInput : CacheableInput.MutationInput, TData, TError : Throwable>(cache: OnHandCache, dispatcher: CoroutineDispatcher = Dispatchers.Default, mutation: suspend (input: TInput) -> TData)

Constructors

Link copied to clipboard
constructor(cache: OnHandCache, dispatcher: CoroutineDispatcher = Dispatchers.Default, mutation: suspend (input: TInput) -> TData)

Functions

Link copied to clipboard
Link copied to clipboard