AttributeBulkDelete Object
Deletes attributes.
Triggers the following webhook events:
- ATTRIBUTE_DELETED (async): An attribute was deleted.
type AttributeBulkDelete {
count: Int!
attributeErrors: [AttributeError!]! @deprecated
errors: [AttributeError!]!
}
Fields
count ● Int!
Returns how many objects were affected.
errors ● [AttributeError!]!
Show deprecatedHide deprecated
attributeErrors ● [AttributeError!]!
DEPRECATED
Use errors field instead.
Returned By
attributeBulkDelete mutation