# Meal

The `meal` object is the fundamental component of a meal plan.

### List of Fields

| Type            | Note                                                        |                                              |
| --------------- | ----------------------------------------------------------- | -------------------------------------------- |
| `id`            | String                                                      | Id of the meal                               |
| `calories`      | Float                                                       | Total calories (in Kcal) for the meal        |
| `meal`          | String                                                      | Name of the meal of the day. I.e. breakfast  |
| `numOfServings` | Int                                                         | Assigned number of servings by the meal plan |
| `recipe`        | [Recipe](https://docs.suggestic.com/graphql/objects/recipe) | Recipe for the meal                          |
