interface GraphQLQueryComplexityLimitExceededError {
    code: "QueryComplexityLimitExceeded";
    [key: string]: any;
}

Hierarchy (View Summary)

Indexable

  • [key: string]: any

Properties

Properties

code: "QueryComplexityLimitExceeded"

One of the error codes that is listed on the Errors page.