AttributeUpdate Object
Updates attribute.
Triggers the following webhook events:
- ATTRIBUTE_UPDATED (async): An attribute was updated.
type AttributeUpdate {
attribute: Attribute
attributeErrors: [AttributeError!]! @deprecated
errors: [AttributeError!]!
}
Fields
attribute ● Attribute
The updated attribute.
errors ● [AttributeError!]!
Show deprecated
Returned By
attributeUpdate mutation