ProductImageDelete
Result of product image delete mutation.
type ProductImageDelete {
product: Product
image: ProductImage
productErrors: [ProductError!]!
}
Fields
ProductImageDelete.product ● Product object
The product that had the image deleted.
ProductImageDelete.image ● ProductImage object
The deleted product image.
ProductImageDelete.productErrors ● [ProductError!]! non-null object
List of errors that occurred executing the mutation.
Returned By
productImageDelete mutation