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