# Type alias QueryState

QueryState: QueryErrorState | QueryLoadingState | QuerySuccessState

State of a query execution.