AttributeValueUpdate Object
Updates value of an attribute.
Triggers the following webhook events:
- ATTRIBUTE_VALUE_UPDATED (async): An attribute value was updated.
- ATTRIBUTE_UPDATED (async): An attribute was updated.
type AttributeValueUpdate {
attribute: Attribute
attributeErrors: [AttributeError!]! @deprecated
errors: [AttributeError!]!
attributeValue: AttributeValue
}
Fields
attribute ● Attribute
The updated attribute.
errors ● [AttributeError!]!
attributeValue ● AttributeValue
Show deprecated
Returned By
attributeValueUpdate mutation