attributeUpdate
Updates attribute.
attributeUpdate(
externalReference: String
id: ID
input: AttributeUpdateInput!
): AttributeUpdate
Arguments
attributeUpdate.externalReference ● String scalar
External ID of an attribute to update.
Added in Saleor 3.10
attributeUpdate.id ● ID scalar
ID of an attribute to update.
attributeUpdate.input ● AttributeUpdateInput! non-null input
Fields required to update an attribute.
Type
AttributeUpdate object
Updates attribute.
Was this page helpful?