attributeValueUpdate
Update an attribute value. Requires MANAGE_PRODUCTS permission.
attributeValueUpdate(
id: ID!
input: AttributeValueCreateInput!
): AttributeValueUpdate!
Arguments
attributeValueUpdate.id ● ID! non-null scalar
attributeValueUpdate.input ● AttributeValueCreateInput! non-null input
Type
AttributeValueUpdate object
Result of attribute value update mutation.