# Type alias QueryState

QueryState: QueryLoadingState | QueryErrorState | QuerySuccessState

State of a query execution.