Returned when the query times out.

If a query constantly times out, please check if it follows the [performance best practices](/../api/predicates/query#performance-considerations).
interface GraphQLQueryTimedOutError {
    code: "QueryTimedOut";
    [key: string]: any;
}

Indexable

[key: string]: any

Properties

Properties

code: "QueryTimedOut"

Generated using TypeDoc