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 deprecated
Returned By
attributeDelete mutation