Returned when the Unique AttributeConstraint criteria are not met during an Update Product request.

interface GraphQLDuplicateAttributeValueError {
    attribute: Attribute;
    code: "DuplicateAttributeValue";
    [key: string]: any;
}

Indexable

[key: string]: any

Properties

Properties

attribute: Attribute

Conflicting Attributes.

code: "DuplicateAttributeValue"

Generated using TypeDoc