Skip to main content

AttributeValueUpdate

Result of attribute value update mutation.

type AttributeValueUpdate {
attribute: Attribute
attributeValue: AttributeValue
productErrors: [ProductError!]!
}

Fields

AttributeValueUpdate.attribute ● Attribute object

The attribute with the updated value.

AttributeValueUpdate.attributeValue ● AttributeValue object

The updated attribute value.

AttributeValueUpdate.productErrors ● [ProductError!]! non-null object

List of errors that occurred executing the mutation.

Returned By

attributeValueUpdate mutation

Was this page helpful?