A list of the most frequently logged items
Last updated 3 years ago
Use the frequentMealLogsquery to obtain a list of the most frequently logged items.
frequentMealLogs
Field Name
Type
Description
id
String
Meal ID
name
Name of the meal
mealtype
Available options are RECIPE, MENU_ITEM, OWN_RECIPE, USDA_MEAL, and OWN_ITEM
RECIPE
MENU_ITEM
OWN_RECIPE
USDA_MEAL
OWN_ITEM
{ frequentMealLogs { id name mealType } }
{ "data": { "frequentMealLogs": [ { "id": "TWVhbExvZzpjMWUxYzFkMGVhOTgxMWVhYTRkMmQ2N2U0NzdiZTE4Yw==", "name": "Potato and pesto salad", "mealType": "RECIPE" } ] } }