Nutrition
How can I get the nutritional facts information of a specific meal?
Use the commonFoods
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
mutation, in which you need to specify the mealTime, the number of servings, food quantity, use the myCommonFoods
or myBrandedFoods
, depending on which one you use, to get the nutrient facts.
Last updated