AttributeDelete Object
Deletes an attribute.
Triggers the following webhook events:
- ATTRIBUTE_DELETED (async): An attribute was deleted.
type AttributeDelete {
attributeErrors: [AttributeError!]! @deprecated
errors: [AttributeError!]!
attribute: Attribute
}
Fields
errors ● [AttributeError!]!
attribute ● Attribute
Show deprecatedHide deprecated
attributeErrors ● [AttributeError!]!
DEPRECATED
Use errors field instead.
Returned By
attributeDelete mutation