Swap Meals
Replaces recipes on an existing meal plan
Available Arguments
Example
mutation {
swapMealPlanRecipe(
recipeId: "UmVjaXBlOjA3ZjUxZDM5LTgyMGYtNGU4NS1iNjQzLWUxYTEwNTdjMWI4MQ=="
mealId: "TWVhbDoxNjMzMw=="
serving: 2
) {
success
}
}{
"data": {
"swapMealPlanRecipe": {
"success": true
}
}
}Last updated
Was this helpful?