QueryModel
Data model for the state handled by QueryKey or InfiniteQueryKey.
All data models related to queries, implement this interface.
Parameters
T
Type of data to retrieve.
Inheritors
Properties
Link copied to clipboard
The timestamp when the error occurred.
Link copied to clipboard
The fetch status of the query.
Link copied to clipboard
Returns true
if the query is fetching, false
otherwise.
Link copied to clipboard
Returns true
if the query is invalidated, false
otherwise.
Link copied to clipboard
The timestamp when the data was updated.
Link copied to clipboard
The status of the query.