Returned when a Discount predicate or API Extension predicate is not semantically correct.

interface GraphQLSemanticErrorError {
    code: "SemanticError";
    [key: string]: any;
}

Indexable

[key: string]: any

Properties

Properties

code: "SemanticError"

Generated using TypeDoc