ProductTypeUpdate Object
Updates an existing product type.
type ProductTypeUpdate {
productErrors: [ProductError!]! @deprecated
errors: [ProductError!]!
productType: ProductType
}
Fields
errors ● [ProductError!]!
productType ● ProductType
Show deprecated
Returned By
productTypeUpdate mutation