Remove "own" Food Item
Remove and "own" Food Item
Required Argument
Available Field
Example
mutation {
removeOwnMeal(databaseId: "157d3634-6a47-11eb-82d4-baab45724771") {
success
}
}{
"data": {
"removeOwnMeal": {
"success": true
}
}
}Last updated
Was this helpful?