Recently Logged

A list of the most recently logged items

Use the recentMealLogsquery to obtain a list of the most recently logged items.

Available Fields

The following fields will be displayed in the response:

Field Name

Type

Description

id

ID

Food item ID.

name

String

Name of the meal

mealTime

Object that returns the valid meal times. Valid values are: BREAKFAST, LUNCH, DINNER, SNACK, TREAT_DESSERT

mealType

Object that represents the source and type of a meal or food.

Example

{
  recentMealLogs  {
    id
    name
    mealType
    mealTime
  }
}

Last updated