ProductTypeReorderAttributes
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
DEPRECATEDThis field will be removed in Saleor 4.0. Use
errors
field instead.
ProductTypeReorderAttributes.errors
● [ProductError!]!
non-null object products
Returned By
productTypeReorderAttributes
mutation