ProductTypeDelete Object
Deletes a product type.
type ProductTypeDelete {
  productErrors: [ProductError!]! @deprecated
  errors: [ProductError!]!
  productType: ProductType
}
Fields
ProductTypeDelete.productErrors ● [ProductError!]! deprecated non-null object products
DEPRECATED
This field will be removed in Saleor 4.0. Use errors field instead.
ProductTypeDelete.errors ● [ProductError!]! non-null object products
ProductTypeDelete.productType ● ProductType object products
Returned By
productTypeDelete mutation