ProductVideoCreate
Result of product video create mutation.
type ProductVideoCreate {
product: Product
video: ProductVideo
productErrors: [ProductError!]!
}
Fields
ProductVideoCreate.product ● Product object
The product with the new video.
ProductVideoCreate.video ● ProductVideo object
The created product video.
ProductVideoCreate.productErrors ● [ProductError!]! non-null object
List of errors that occurred executing the mutation.
Returned By
productVideoCreate mutation