AttributeUpdate
Updates attribute.
type AttributeUpdate {
attribute: Attribute
attributeErrors: [AttributeError!]! @deprecated
errors: [AttributeError!]!
}
Fields
AttributeUpdate.attribute ● Attribute object
AttributeUpdate.attributeErrors ● [AttributeError!]! deprecated non-null object
DEPRECATEDThis field will be removed in Saleor 4.0. Use
errorsfield instead.
AttributeUpdate.errors ● [AttributeError!]! non-null object
Returned by
attributeUpdate mutation
Was this page helpful?