Meal Plan Day
The mealPlanDay
object returns the information of the meal plan generated.
List of Fields
Field Name | Is required? | Type | Description |
---|---|---|---|
Field Name | Is required? | Type | Description |
| Yes | ID | Meal Plan Day Base-64 ID. |
| No | Float | Total calories (in Kcal) for the day |
| No | String | Date assigned to the "day" of the meal plan |
| No | Int | Number of days in the returned meal plan |
| No | A Recipe along with the total calories of the meal, name of the meal, and amount of recommended servings |
Use this in the following:
generateMealPlan
mutationsearchProfile
query
Last updated