Skip to content

updateMeal

Update a Meal

Arguments

input · updateMealInput · Parameters for updateMeal

Returns

updateMealPayload

Example

mutation updateMeal($input: updateMealInput) {
updateMeal(input: $input) {
meal
messages
}
}