User's Meal Plan Settings (deprecated)
Mutation used to set the user's meal plan settings.
Last updated
Was this helpful?
Was this helpful?
mutation {
profileMealPlanSettings (
calories: 1500
carbsPerc: 0.45
proteinPerc: 0.25
fatPerc: 0.3
omega3Perc: 0.09
format: [BREAKFAST, SNACK, LUNCH, SNACK, DINNER]
error: 0.05
) {
success
}
}{
"data": {
"profileMealPlanSettings": {
"success": true
}
}
}