Skip to main content

ProductTypeReorderAttributes

Reorder the attributes of a product type.

Requires MANAGE_PRODUCT_TYPES_AND_ATTRIBUTESpermission.
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

This field will be removed in Saleor 4.0. Use errors field instead.

ProductTypeReorderAttributes.errors ● [ProductError!]! non-null object products

Returned By

productTypeReorderAttributes mutation