Skip to main content

ProductImageUpdate

Result of product image update mutation.

type ProductImageUpdate {
product: Product
image: ProductImage
productErrors: [ProductError!]!
}

Fields

ProductImageUpdate.product ● Product object

The product with the updated image.

ProductImageUpdate.image ● ProductImage object

The updated product image.

ProductImageUpdate.productErrors ● [ProductError!]! non-null object

List of errors that occurred executing the mutation.

Returned By

productImageUpdate mutation

Was this page helpful?