Start Over Meal Plan
mutation {
startOverMealPlan {
success
message
}
}{
"data": {
"startOverMealPlan": {
"success": true,
"message": "Meal plan was restarted"
}
}
}Last updated
Was this helpful?
mutation {
startOverMealPlan {
success
message
}
}{
"data": {
"startOverMealPlan": {
"success": true,
"message": "Meal plan was restarted"
}
}
}Last updated
Was this helpful?
Was this helpful?