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