InfiniteQueryKey
InfiniteQueryKey for managing Query associated with id.
The difference from QueryKey is that it's an interface for infinite fetching data using a retrieval method known as "infinite scroll."
Parameters
T
Type of data to retrieve.
S
Type of parameter.
Properties
Link copied to clipboard
Function to determine if the data should be cached.
Link copied to clipboard
Function to compare the content of the data.
Link copied to clipboard
Suspending function to retrieve data.
Link copied to clipboard
A unique identifier used for managing InfiniteQueryKey.
Link copied to clipboard
Function returning the initial parameter.
Link copied to clipboard
Function returning the parameter for additional fetching.
Functions
Link copied to clipboard
Function to configure the QueryOptions.
Link copied to clipboard
Function to convert specific exceptions as data.