Interface: UseTRPCSuspenseInfiniteQueryOptions<TInput, TOutput, TError>
Defined in: packages/react-query/src/shared/hooks/types.ts:139
Extends
DistributiveOmit<UseSuspenseInfiniteQueryOptions<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:151
trpc?
optionaltrpc:TRPCReactRequestOptions
Defined in: packages/react-query/src/shared/hooks/types.ts:58
tRPC-related options