ProductTypeReorderAttributes Object
Reorder the attributes of a product type.
type ProductTypeReorderAttributes {
productType: ProductType
productErrors: [ProductError!]! @deprecated
errors: [ProductError!]!
}
Fields
productType ● ProductType
Product type from which attributes are reordered.
errors ● [ProductError!]!
Show deprecatedHide deprecated
productErrors ● [ProductError!]!
DEPRECATED
Use errors field instead.
Returned By
productTypeReorderAttributes mutation