ProductTypeDelete
Result of product type delete mutation.
type ProductTypeDelete {
productType: ProductType
productErrors: [ProductError!]!
}
Fields
ProductTypeDelete.productType ● ProductType object
The deleted product type.
ProductTypeDelete.productErrors ● [ProductError!]! non-null object
List of errors that occurred executing the mutation.
Returned By
productTypeDelete mutation