ProductImageReorder
Result of product image reorder mutation.
type ProductImageReorder {
product: Product
images: [ProductImage!]!
productErrors: [ProductError!]!
}
Fields
ProductImageReorder.product ● Product object
The product with reordered images.
ProductImageReorder.images ● [ProductImage!]! non-null object
The reordered product images.
ProductImageReorder.productErrors ● [ProductError!]! non-null object
List of errors that occurred executing the mutation.
Returned By
productImageReorder mutation