# Nutrition

### How can I get the nutritional facts information of a specific meal?

\
Use the  [`commonFoods` ](https://docs.suggestic.com/graphql/query/search/food-search-for-food-log/common-foods-search)query to get the individual foods nutritional fact information.

### How can I get the nutritional facts information of a logged meal?

After using the [`addFoodLog`](https://docs.suggestic.com/graphql/query/mutations/food-log/log-entries/add-a-food-log) mutation, in which you need to specify the mealTime, the number of servings, food quantity, use the [`myCommonFoods`](https://docs.suggestic.com/graphql/query/search/food-search-for-food-log/my-common-foods-search) or [`myBrandedFoods`](https://docs.suggestic.com/graphql/query/search/food-search-for-food-log/my-branded-food-search), depending on which one you use, to get the nutrient facts.&#x20;

<br>
