ProductVideoCreate
Create a product video. If URL is present, video will be taken from provided URL. If no URL provided, then this mutation must be sent as a multipart request. More detailed specs of the upload format can be found here: https://github.com/jaydenseric/graphql-multipart-request-spec
type ProductVideoCreate {
product: Product
video: ProductVideo
productErrors: [ProductError!]!
}
Fields
ProductVideoCreate.product ● Product object
ProductVideoCreate.video ● ProductVideo object
ProductVideoCreate.productErrors ● [ProductError!]! non-null object
Returned By
productVideoCreate mutation