AttributeValuesReorder
Result of attribute values reorder mutation.
type AttributeValuesReorder {
attribute: Attribute
productErrors: [ProductError!]!
}
Fields
AttributeValuesReorder.attribute ● Attribute object
The attribute with reordered values.
AttributeValuesReorder.productErrors ● [ProductError!]! non-null object
List of errors that occurred executing the mutation.
Returned By
attributeValuesReorder mutation