Remove Meal Plan
Remove an existing meal plan
Available Fields
Example
mutation {
removeMealPlan {
success
message
}
}{
"data": {
"removeMealPlan": {
"success": true,
"message": "Meal Plan was successfully removed"
}
}
}Last updated
Was this helpful?