ProductAttributeAssign Object
Assign attributes to a given product type.
type ProductAttributeAssign {
productType: ProductType
productErrors: [ProductError!]! @deprecated
errors: [ProductError!]!
}
Fields
ProductAttributeAssign.productType
● ProductType
object products
The updated product type.
ProductAttributeAssign.productErrors
● [ProductError!]!
deprecated non-null object products
DEPRECATED
This field will be removed in Saleor 4.0. Use errors
field instead.
ProductAttributeAssign.errors
● [ProductError!]!
non-null object products
Returned By
productAttributeAssign
mutation