# CPCIngredientGroup

The `CPCIngredientGroup` object contains a set of [CPC ](https://docs.suggestic.com/graphql/objects/common/cpc)objects classified as increase, decrease, or avoid.

### List of Fields

| Field      | Type                                                          | Note                            |
| ---------- | ------------------------------------------------------------- | ------------------------------- |
| `increase` | [CPC ](https://docs.suggestic.com/graphql/objects/common/cpc) | Program rules of type: increase |
| `decrease` | [CPC ](https://docs.suggestic.com/graphql/objects/common/cpc) | Program rules of type: decrease |
| `avoid`    | [CPC ](https://docs.suggestic.com/graphql/objects/common/cpc) | Program rules of type: avoid    |
