AttributeValueDelete
Deletes a value of an attribute.
type AttributeValueDelete {
attribute: Attribute
productErrors: [ProductError!]!
attributeValue: AttributeValue
}
Fields
AttributeValueDelete.attribute ● Attribute object
The updated attribute.
AttributeValueDelete.productErrors ● [ProductError!]! non-null object
AttributeValueDelete.attributeValue ● AttributeValue object
Returned By
attributeValueDelete mutation