ProductAttributeUnassign
Un-assign attributes from a given product type.
type ProductAttributeUnassign {
  productType: ProductType
  productErrors: [ProductError!]! @deprecated
  errors: [ProductError!]!
}
Fields
ProductAttributeUnassign.productType ● ProductType object products
The updated product type.
ProductAttributeUnassign.productErrors ● [ProductError!]! deprecated non-null object products
DEPRECATEDThis field will be removed in Saleor 4.0. Use
errorsfield instead.
ProductAttributeUnassign.errors ● [ProductError!]! non-null object products
Returned By
productAttributeUnassign mutation