Menu Item By Id
Obtain a menu item's details
Use the Menuitem
query to retrieve all details for a specific menu item.
Required Argument
Argument
Type
Description
Available Fields
Field Name
Type
Description
id
ID
Menu item ID
name
string
Name of the menu item
description
string
Description of the menu item
sectionName
string
Section name where the item can be found
courses
string
Type of course. For example Main Dishes
, Desserts
, etc
restaurantName
string
Restaurant name where this menu item can be found
menu
string
Type of menu where the item can be found. For example, Wine Menu
, Dinner Menu
, etc
nutritionalInfo
Object that contains the nutritional values of the associated food per each gram of that food
Example
Last updated