Skip to main content

ProductVideoReorder

Result of product video reorder mutation.

type ProductVideoReorder {
product: Product
videos: [ProductVideo!]!
productErrors: [ProductError!]!
}

Fields

ProductVideoReorder.product ● Product object

The product with reordered videos.

ProductVideoReorder.videos ● [ProductVideo!]! non-null object

The reordered product videos.

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

List of errors that occurred executing the mutation.

Returned By

productVideoReorder mutation

Was this page helpful?