Own Items
Get a list of own recipes and own food items
Use the ownMealLogs
query to obtain a list of own recipes and own food items.
Available Fields
The following fields will be displayed in the response:
Field Name
Type
Description
id
ID
Meal item ID.
mealTime
Object that returns the valid meal times. Valid values are: BREAKFAST
, LUNCH
, DINNER
, SNACK
, TREAT_DESSERT
name
String
Name of the meal
Example
{
ownMealLogs {
id
mealTime
mealType
mealTypeDisplayName
name
}
}
Last updated
Was this helpful?