productUpdateAttribute #
productUpdateAttribute(productId: String, attributeId: String, params: UpdateAttributeParams) ProductAttribute
Example #
mutation productUpdateAttribute($productId: String!, $attributeId: String!, $params: UpdateAttributeParams!){
productUpdateAttribute(productId: $productId, attributeId: $attributeId, params: $params) {
id
name
values
isRequired
createdAt
updateAt
}
}