Remove "own" Food Item

Remove and "own" Food Item

Use the removeOwnMeal mutation to delete/remove an "own" Food Item

Required Argument

Argument

Type

Description

databaseId

String!

own meal databaseID this can be an own Food Item or an own Recipe

Available Field

Field Name

Type

Description

success

Boolean

True if the own meal has been removed. Otherwise is false.

Example

mutation {
  removeOwnMeal(databaseId: "157d3634-6a47-11eb-82d4-baab45724771") {
    success
  }
}

Last updated