Menu Item By Id
Obtain a menu item's details
Last updated
Was this helpful?
Obtain a menu item's details
Last updated
Was this helpful?
Was this helpful?
{
menuitem(id: "TWVudUl0ZW06ODhmN2NlYzQtNTRlNS00OTBjLTk2YzEtODc3YWIxOTU2OTky") {
id
name
description
minPrice
maxPrice
sectionName
courses
restaurantName
menu
ingredients {
name
}
adherence {
score
color
icon
title
reason
isRecommended
}
}
}{
"data": {
"menuitem": {
"id": "TWVudUl0ZW06ODhmN2NlYzQtNTRlNS00OTBjLTk2YzEtODc3YWIxOTU2OTky",
"name": "Chateau St. Michelle, Riesling",
"description": "fruit foward, peach & apricot",
"minPrice": 8,
"maxPrice": 0,
"sectionName": "White",
"courses": [
"Wine"
],
"restaurantName": "Belvedere's",
"menu": "Wine Menu",
"ingredients": [
{
"name": "peach"
},
{
"name": "fruit"
},
{
"name": "wine"
},
{
"name": "apricot"
},
{
"name": "whiting"
}
],
"adherence": {
"score": 0,
"color": "RED",
"icon": null,
"title": "Uh-oh, you may be missing an opportunity to eat right!",
"reason": "Alcohol is not recommended",
"isRecommended": false
}
}
}
}