Interface GraphQLQueryComplexityLimitExceededError

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

Indexable

[key: string]: any

Properties

Properties

code: "QueryComplexityLimitExceeded"

Generated using TypeDoc