AttributeDelete
Result of attribute delete mutation.
type AttributeDelete {
attribute: Attribute
productErrors: [ProductError!]!
}
Fields
AttributeDelete.attribute ● Attribute object
The deleted attribute.
AttributeDelete.productErrors ● [ProductError!]! non-null object
List of errors that occurred executing the mutation.
Returned By
attributeDelete mutation