ProductImageBulkDelete
Result of product image bulk delete mutation.
type ProductImageBulkDelete {
count: Int!
productErrors: [ProductError!]!
}
Fields
ProductImageBulkDelete.count ● Int! non-null scalar
Number of images deleted.
ProductImageBulkDelete.productErrors ● [ProductError!]! non-null object
List of errors that occurred executing the mutation.
Returned By
productImageBulkDelete mutation