Update Log Entry
Update a specific log entry
Available Arguments
Example
mutation {
updateMealLog(
databaseId: "8b26326af93911ebad1b6e546cdee6f4",
date: "2020-04-02",
mealTime: DINNER,
quantity: 1,
serving: 1,
customServingEquivalent: 470,
time: "16:00"
) {
success
}
}{
"data": {
"updateMealLog": {
"success": true
}
}
}Last updated
Was this helpful?