跳至主内容
版本:11.x

Interface: DefinedTRPCInfiniteQueryOptionsIn<TInput, TQueryFnData, TData, TError>

Defined in: packages/react-query/src/shared/types.ts:154

Extends

Type Parameters

Type Parameter
TInput
TQueryFnData
TData
TError

Properties

initialCursor?

optional initialCursor: null | NonNullable<ExtractCursorType<TInput>>

Defined in: packages/react-query/src/shared/types.ts:170


trpc?

optional trpc: TRPCReactRequestOptions

Defined in: packages/react-query/src/shared/types.ts:25

tRPC-related options

Inherited from

TRPCQueryBaseOptions.trpc