ProductVideoReorder
Changes ordering of the product videos.
type ProductVideoReorder {
product: Product
videos: [ProductVideo!]
productErrors: [ProductError!]!
}
Fields
ProductVideoReorder.product ● Product object
ProductVideoReorder.videos ● [ProductVideo!] list object
ProductVideoReorder.productErrors ● [ProductError!]! non-null object
Returned By
productVideoReorder mutation