Hex Core JS
    Preparing search index...

    Type Alias QueryStatus

    QueryStatus: "results" | "no-results" | "error" | "loading" | "unknown"

    QueryStatus simplifies the status of an Apollo query by reducing the information into a single value. QueryStatus accounts for empty results and works with the cache-and-network fetch policy.