attributeUpdate
Update an existing attribute. Requires MANAGE_PRODUCTS permission.
attributeUpdate(
id: ID!
input: AttributeUpdateInput!
): AttributeUpdate!
Arguments
attributeUpdate.id ● ID! non-null scalar
attributeUpdate.input ● AttributeUpdateInput! non-null input
Type
AttributeUpdate object
Result of attribute update mutation.