Skip to main content

ProductVideoUpdate

Result of product video update mutation.

type ProductVideoUpdate {
product: Product
video: ProductVideo
productErrors: [ProductError!]!
}

Fields

ProductVideoUpdate.product ● Product object

The product with the updated video.

ProductVideoUpdate.video ● ProductVideo object

The updated product video.

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

List of errors that occurred executing the mutation.

Returned By

productVideoUpdate mutation

Was this page helpful?