Delete Express Meal Track

Use the deleteExpressTrack mutation to delete a express meal track entry.

Arguments

Argument
Type
Description

id

ID!

Id of the express track entry.

Available Fields

Field
Type
Description

success

Boolean

True if the express meal track entry has been deleted. Otherwise, it displays False.

message

String

Description of the result.

Example

mutation{
  deleteExpressTrack(
    id:"RXhwcmVzc01lYWxUcmFjazo3ODM3"
  ){
    success
    message
  }
}

Last updated

Was this helpful?