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
The updated product type.
ProductAttributeAssignmentUpdate.productErrors ● [ProductError!]! deprecated non-null object
DEPRECATEDThis field will be removed in Saleor 4.0. Use
errorsfield instead.
ProductAttributeAssignmentUpdate.errors ● [ProductError!]! non-null object
Returned by
productAttributeAssignmentUpdate mutation
Was this page helpful?