type UseLiveInfiniteQueryConfig<_TContext> = object;Defined in: useLiveInfiniteQuery.ts:45
_TContext extends Context
optional client: DbClient;Defined in: useLiveInfiniteQuery.ts:53
Override the nearest DbProvider for this query.
optional initialPageParam: number;Defined in: useLiveInfiniteQuery.ts:56
First result-page label, not a server cursor or remote offset.
optional pageSize: number;Defined in: useLiveInfiniteQuery.ts:54
optional queryKey: LiveQueryKey;Defined in: useLiveInfiniteQuery.ts:51
Explicit identity for queries that contain opaque functional variants or are hot enough that deriving identity from structured IR is too expensive. Structured queries should omit this so DB can derive identity directly.