ProductVideoDelete
Result of product video delete mutation.
type ProductVideoDelete {
product: Product
video: ProductVideo
productErrors: [ProductError!]!
}
Fields
ProductVideoDelete.product ● Product object
The product that had the video deleted.
ProductVideoDelete.video ● ProductVideo object
The deleted product video.
ProductVideoDelete.productErrors ● [ProductError!]! non-null object
List of errors that occurred executing the mutation.
Returned By
productVideoDelete mutation