ProductVariantCreate
Creates a new variant for a product.
type ProductVariantCreate {
productErrors: [ProductError!]! @deprecated
errors: [ProductError!]!
productVariant: ProductVariant
}
Fields
ProductVariantCreate.productErrors ● [ProductError!]! deprecated non-null object
DEPRECATEDThis field will be removed in Saleor 4.0. Use
errorsfield instead.
ProductVariantCreate.errors ● [ProductError!]! non-null object
ProductVariantCreate.productVariant ● ProductVariant object
Returned by
productVariantCreate mutation
Was this page helpful?