Interface GraphQLInternalConstraintViolatedError

Returned when certain API-specific constraints were not met. For example, the specified Discount Code was never applied and cannot be updated.

interface GraphQLInternalConstraintViolatedError {
    code: "InternalConstraintViolated";
    [key: string]: any;
}

Indexable

[key: string]: any

Properties

Properties

code: "InternalConstraintViolated"

Generated using TypeDoc