FakeInfiniteQueryKey
class FakeInfiniteQueryKey<T, S>(target: InfiniteQueryKey<T, S>, mock: FakeInfiniteQueryFetch<T, S>) : InfiniteQueryKey<T, S> (source)
Creates a fake infinite query key that returns the result of the given mock function.