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