ProductAttributeAssignmentUpdate
Update attributes assigned to product variant for given product type.
Added in Saleor 3.1type ProductAttributeAssignmentUpdate {
productType: ProductType
productErrors: [ProductError!]! @deprecated
errors: [ProductError!]!
}
Fields
ProductAttributeAssignmentUpdate.productType
● ProductType
object products
The updated product type.
ProductAttributeAssignmentUpdate.productErrors
● [ProductError!]!
deprecated non-null object products
DEPRECATEDThis field will be removed in Saleor 4.0. Use
errors
field instead.
ProductAttributeAssignmentUpdate.errors
● [ProductError!]!
non-null object products
Returned By
productAttributeAssignmentUpdate
mutation