ProductImageDelete
Deletes a product image.
type ProductImageDelete {
product: Product
image: ProductImage
productErrors: [ProductError!]!
}
Fields
ProductImageDelete.product ● Product object
ProductImageDelete.image ● ProductImage object
ProductImageDelete.productErrors ● [ProductError!]! non-null object
Returned By
productImageDelete mutation