Maximum Time per Meal
Last updated
Was this helpful?
The maxTimeMinutes object sets maximum values of preparation time for each meal. These are optional fields.
Field name
Type
breakfast
Int
lunch
Int
dinner
Int
snack
Int
maxTimeMinutes:{
breakfast:10,
dinner:5,
snack:200,
lunch:3
}Use this object in the following :
generateMealPlan mutation
customMealPlan query
Last updated
Was this helpful?
Was this helpful?