Own Items

Get a list of own recipes and own food items

Use the ownMealLogsquery 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

mealType

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

name

String

Name of the meal

Example

{
  ownMealLogs {
    id
    mealTime
    mealType
    mealTypeDisplayName
    name
  }
}

Last updated