ProductImageReorder
Changes ordering of the product image.
type ProductImageReorder {
product: Product
images: [ProductImage!]
productErrors: [ProductError!]!
}
Fields
ProductImageReorder.product ● Product object
ProductImageReorder.images ● [ProductImage!] list object
ProductImageReorder.productErrors ● [ProductError!]! non-null object
Returned By
productImageReorder mutation