# Meal Times

## MealTimes

* BREAKFAST
* LUNCH
* DINNER
* SNACK

{% hint style="info" %}
mealTime parameter has been deprecated. Instead, the mealTimes parameter has been added
{% endhint %}

**Example:**

More than one mealTime can be added to an array

{% tabs %}
{% tab title="Example" %}

```graphql
mealTimes: [BREAKFAST, LUNCH, DINNER]
```

{% endtab %}
{% endtabs %}

Check a complete example on the [Create Own Meal Documentation.](https://docs.suggestic.com/graphql/query/mutations/food-log/own-food-item/create-own-meal)
