ProductTypeDelete Object
Deletes a product type.
type ProductTypeDelete {
productErrors: [ProductError!]! @deprecated
errors: [ProductError!]!
productType: ProductType
}
Fields
errors ● [ProductError!]!
productType ● ProductType
Show deprecated
Returned By
productTypeDelete mutation