ProductTypeUpdate
Updates an existing product type.
type ProductTypeUpdate {
productErrors: [ProductError!]!
productType: ProductType
}
Fields
ProductTypeUpdate.productErrors ● [ProductError!]! non-null object
ProductTypeUpdate.productType ● ProductType object
Returned By
productTypeUpdate mutation