CacheableInfiniteQueryResult

constructor(fetchState: FetchState, error: TError?, data: List<PagedData<TPageParam?, TData>>? = null, hasNextPage: Boolean = true, hasPreviousPage: Boolean = false)