Remove "Own" Recipe
Remove an own recipe
Required Argument
Example
mutation {
removeOwnMeal(databaseId: "157d3634-6a47-11eb-82d4-baab45724771") {
success
}
}{
"data": {
"removeOwnMeal": {
"success": true
}
}
}Last updated
Was this helpful?