ProductTypeReorderAttributes
Result of product type reorder attributes mutation.
type ProductTypeReorderAttributes {
productType: ProductType
productErrors: [ProductError!]!
}
Fields
ProductTypeReorderAttributes.productType ● ProductType object
The product type with reordered attributes.
ProductTypeReorderAttributes.productErrors ● [ProductError!]! non-null object
List of errors that occurred executing the mutation.
Returned By
productTypeReorderAttributes mutation