FakeMutationKey
class FakeMutationKey<T, S>(target: MutationKey<T, S>, mock: FakeMutationMutate<T, S>) : MutationKey<T, S>
Creates a fake mutation key that returns the result of the given mock function.
Creates a fake mutation key that returns the result of the given mock function.