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