# Restaurants

- [Restaurant By Id](/graphql/query/queries/restaurants/restaurant.md): Retrieve a restaurant's information by its Id
- [Menu Items](/graphql/query/queries/restaurants/menu-items.md): Obtain a list of menu items for a specific restaurant
- [Menu Item By Id](/graphql/query/queries/restaurants/menu-item-by-id.md): Obtain a menu item's details
- [Menu Item by Program](/graphql/query/queries/restaurants/menu-item-by-program.md)
- [Recommend Menu Items](/graphql/query/queries/restaurants/recommend-menu-items.md)
