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