Skip to main content

AttributeValueDelete

Result of attribute value delete mutation.

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

Fields

AttributeValueDelete.attribute ● Attribute object

The attribute from which the value was deleted.

AttributeValueDelete.attributeValue ● AttributeValue object

The deleted attribute value.

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

List of errors that occurred executing the mutation.

Returned By

attributeValueDelete mutation

Was this page helpful?