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