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 deprecatedHide deprecated
attributeErrors ● [AttributeError!]!
DEPRECATED
Use errors field instead.
Returned By
attributeUpdate mutation