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