attributeValueUpdate
Updates value of an attribute.
attributeValueUpdate(
id: ID!
input: AttributeValueCreateInput!
): AttributeValueUpdate
Arguments
attributeValueUpdate.id ● ID! non-null scalar
ID of an AttributeValue to update.
attributeValueUpdate.input ● AttributeValueCreateInput! non-null input
Fields required to update an AttributeValue.
Type
AttributeValueUpdate object
Updates value of an attribute.