Meal Planner (deprecated)
Suggestic's meal planner feature generates a plan that is compliant with the user's assigned program and all its preferences and restrictions.
Example of mealPlannerbyDay Query
{
mealPlannerByDay(mealPlannerQueryType: SUGGESTIONS) {
day1 {
programDate
breakfast {
name
}
snack {
name
}
lunch {
name
}
dinner {
name
}
}
day2 {
programDate
breakfast {
name
}
snack {
name
}
lunch {
name
}
dinner {
name
}
}
}
}
By Custom Format
Example:
Last updated
Was this helpful?