{
"data": {
"passport": {
"mealHistory": {
"edges": [
{
"node": {
"id": "meal_001",
"date": "2025-12-16T18:30:00Z",
"dish": {
"name": "Red Coconut Curry",
"imageUrl": "https://..."
},
"restaurant": {
"name": "Honeygrow - Market Street",
"city": "Philadelphia"
},
"nutrition": {
"calories": 530,
"protein": 18,
"carbohydrates": 52,
"fatTotal": 24
},
"allergens": [
{ "type": "Soy", "displayName": "Soy" }
],
"customizations": [
{ "groupName": "Base", "optionName": "Brown Rice" },
{ "groupName": "Protein", "optionName": "Tofu" }
]
}
}
],
"totalCount": 47
}
}
}
}