ProductAttributeAssign
Assign attributes to a given product type.
type ProductAttributeAssign {
productType: ProductType
productErrors: [ProductError!]! @deprecated
errors: [ProductError!]!
}
Fields
ProductAttributeAssign.productType ● ProductType object
The updated product type.
ProductAttributeAssign.productErrors ● [ProductError!]! deprecated non-null object
DEPRECATEDThis field will be removed in Saleor 4.0. Use
errorsfield instead.
ProductAttributeAssign.errors ● [ProductError!]! non-null object
Returned by
productAttributeAssign mutation
Was this page helpful?