rememberInfiniteQuery
Remember a InfiniteQueryObject and subscribes to the query state of key.
Return
A InfiniteQueryObject each the query state changed.
Parameters
Type of data to retrieve.
Type of parameter.
The InfiniteQueryKey for managing query associated with id.
The configuration for the query. By default, it uses the InfiniteQueryConfig.Default.
The QueryClient to resolve key. By default, it uses the LocalQueryClient.
Remember a InfiniteQueryObject and subscribes to the query state of key.
Return
A InfiniteQueryObject with selected data each the query state changed.
Parameters
Type of data to retrieve.
Type of parameter.
The InfiniteQueryKey for managing query associated with id.
A function to select data from QueryChunks.
The configuration for the query. By default, it uses the InfiniteQueryConfig.Default.
The QueryClient to resolve key. By default, it uses the LocalQueryClient.