@seamapi/react-query - v0.2.1
GitHub
Preparing search index...
useSeamInfiniteQuery
Function useSeamInfiniteQuery
useSeamInfiniteQuery
<
T
extends
SeamHttpEndpointPaginatedQueryPaths
>
(
endpointPath
:
T
,
parameters
?:
UseSeamInfiniteQueryParameters
<
T
>
,
options
?:
Parameters
<
SeamHttpEndpoints
[
T
]
>
[
1
]
&
QueryOptions
<
QueryData
<
T
>
,
QueryError
<
T
>
,
>
,
)
:
UseSeamInfiniteQueryResult
<
T
>
&
{
queryKey
:
readonly
unknown
[]
}
Type Parameters
T
extends
SeamHttpEndpointPaginatedQueryPaths
Parameters
endpointPath
:
T
parameters
:
UseSeamInfiniteQueryParameters
<
T
>
= {}
options
:
Parameters
<
SeamHttpEndpoints
[
T
]
>
[
1
]
&
QueryOptions
<
QueryData
<
T
>
,
QueryError
<
T
>
>
= {}
Returns
UseSeamInfiniteQueryResult
<
T
>
&
{
queryKey
:
readonly
unknown
[]
}
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
GitHub
@seamapi/react-query - v0.2.1
Loading...