Skip to main content
POST
Dishes
When a guest taps on a menu item, they expect the full picture: complete nutrition facts, allergen warnings, and dietary badges. The dish query returns a single dish by ID with all the fields you need to build a rich detail view.

Query

This query requires an API key scoped to your chain in the Authorization header. Optionally include X-Session-ID for analytics; you do not pass chain or session in the GraphQL query itself.

Parameters

Response Types

Dish

DishNutrition

Example