AttributeValueUpdate
Updates value of an attribute.
type AttributeValueUpdate {
attribute: Attribute
attributeErrors: [AttributeError!]! @deprecated
errors: [AttributeError!]!
attributeValue: AttributeValue
}
Fields
AttributeValueUpdate.attribute ● Attribute object
The updated attribute.
AttributeValueUpdate.attributeErrors ● [AttributeError!]! deprecated non-null object
DEPRECATEDThis field will be removed in Saleor 4.0. Use
errorsfield instead.
AttributeValueUpdate.errors ● [AttributeError!]! non-null object
AttributeValueUpdate.attributeValue ● AttributeValue object
Returned by
attributeValueUpdate mutation
Was this page helpful?