AttributeUpdate
Result of attribute update mutation.
type AttributeUpdate {
attribute: Attribute
productErrors: [ProductError!]!
}
Fields
AttributeUpdate.attribute ● Attribute object
The updated attribute.
AttributeUpdate.productErrors ● [ProductError!]! non-null object
List of errors that occurred executing the mutation.
Returned By
attributeUpdate mutation