AttributeValueBulkDelete
Deletes values of attributes.
type AttributeValueBulkDelete {
count: Int!
productErrors: [ProductError!]!
}
Fields
AttributeValueBulkDelete.count ● Int! non-null scalar
Returns how many objects were affected.
AttributeValueBulkDelete.productErrors ● [ProductError!]! non-null object
Returned By
attributeValueBulkDelete mutation