ProductImageCreate
Result of product image create mutation.
type ProductImageCreate {
product: Product
image: ProductImage
productErrors: [ProductError!]!
}
Fields
ProductImageCreate.product ● Product object
The product with the new image.
ProductImageCreate.image ● ProductImage object
The created product image.
ProductImageCreate.productErrors ● [ProductError!]! non-null object
List of errors that occurred executing the mutation.
Returned By
productImageCreate mutation