Skip to main content
Version: 3.x

ProductAttributeUnassign

Un-assign attributes from a given product type.

Requires MANAGE_PRODUCT_TYPES_AND_ATTRIBUTESpermission.
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

DEPRECATED

This field will be removed in Saleor 4.0. Use errors field instead.

ProductAttributeUnassign.errors ● [ProductError!]! non-null object

Returned by

productAttributeUnassign mutation


Was this page helpful?