ProductAttributeUnassign Object
Un-assign attributes from a given product type.
type ProductAttributeUnassign {
productType: ProductType
productErrors: [ProductError!]! @deprecated
errors: [ProductError!]!
}
Fields
productType ● ProductType
The updated product type.
errors ● [ProductError!]!
Show deprecated
Returned By
productAttributeUnassign mutation