ProductTypeReorderAttributes
Reorder the attributes of a product type.
type ProductTypeReorderAttributes {
productType: ProductType
productErrors: [ProductError!]!
}
Fields
ProductTypeReorderAttributes.productType ● ProductType object
Product type from which attributes are reordered.
ProductTypeReorderAttributes.productErrors ● [ProductError!]! non-null object
Returned By
productTypeReorderAttributes mutation