Interface: UseTRPCInfiniteQueryOptions<TInput, TOutput, TError>
Defined in: packages/react-query/src/shared/hooks/types.ts:109
Extends
DistributiveOmit<UseInfiniteQueryOptions<TOutput,TError,TOutput,any,ExtractCursorType<TInput>>,"queryKey"|"initialPageParam">.TRPCUseQueryBaseOptions
Type Parameters
| Type Parameter |
|---|
TInput |
TOutput |
TError |
Properties
initialCursor?
optionalinitialCursor:ExtractCursorType<TInput>
Defined in: packages/react-query/src/shared/hooks/types.ts:121
trpc?
optionaltrpc:TRPCReactRequestOptions
Defined in: packages/react-query/src/shared/hooks/types.ts:58
tRPC-related options