Returned when a Discount predicate, API Extension predicate, or search query does not have the correct syntax.

interface GraphQLSyntaxErrorError {
    code: "SyntaxError";
    [key: string]: any;
}

Indexable

[key: string]: any

Properties

Properties

code: "SyntaxError"

Generated using TypeDoc