Remove Log Entry
Remove or delete a specific log entry
Required Argument
Available Field
Example
mutation {
removeMealLog(
databaseId: "f71f9d96751711ea956692235651c382"
) {
success
}
}{
"data": {
"removeMealLog": {
"success": true
}
}
}Last updated
Was this helpful?