ProductImageBulkDelete
Deletes product images.
type ProductImageBulkDelete {
count: Int!
productErrors: [ProductError!]!
}
Fields
ProductImageBulkDelete.count ● Int! non-null scalar
Returns how many objects were affected.
ProductImageBulkDelete.productErrors ● [ProductError!]! non-null object
Returned By
productImageBulkDelete mutation