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