ProductTypeDelete
Deletes a product type.
type ProductTypeDelete {
productErrors: [ProductError!]!
productType: ProductType
}
Fields
ProductTypeDelete.productErrors ● [ProductError!]! non-null object
ProductTypeDelete.productType ● ProductType object
Returned By
productTypeDelete mutation