Remove Meal Plan Recipe
Remove a recipe associated with a meal plan
Required Argument
Available Fields
Examples
Remove a recipe by a given mealId
mealIdGraphQL Example
{
"data": {
"mealPlan": [
{
"day": 7,
"date": "2021-10-12",
"calories": 2465.42128283024,
"meals": [
{
"id": "TWVhbDoxNTAzNDIx",
"calories": 746.217929894105,
"meal": "breakfast",
"numOfServings": 1,
"recipe": {
"name": "Bircher Muesli",
"numberOfServings": 1,
"nutrientsPerServing": {
"calories": 746.22
}
}
},
{
"id": "TWVhbDoxNTAzNDIy",
"calories": 1115.6275848875,
"meal": "lunch",
"numOfServings": 2,
"recipe": {
"name": "Pistachio Pesto Recipes",
"numberOfServings": 4,
"nutrientsPerServing": {
"calories": 557.81
}
}
}
}
}
]
}
]
}
]
}
}cURL Example
Last updated
Was this helpful?