AttributeValueBulkDelete
Result of attribute value bulk delete mutation.
type AttributeValueBulkDelete {
count: Int!
productErrors: [ProductError!]!
}
Fields
AttributeValueBulkDelete.count ● Int! non-null scalar
Number of attribute values deleted.
AttributeValueBulkDelete.productErrors ● [ProductError!]! non-null object
List of errors that occurred executing the mutation.
Returned By
attributeValueBulkDelete mutation