QueryState
State for managing the execution result of Query.
Types
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.
Functions
Link copied to clipboard
Returns true if the QueryModel is awaited.
Link copied to clipboard
Returns a new QueryState with the items included in keys omitted from the current QueryState.