Recommend Menu Items
Required Arguments
Available Fields
Example
{
recommendedMenuitems(lat: 30.3076863 lon: -97.8934825) {
id
name
restaurant {
id
name
}
}
}{
"data": {
"recommendedMenuitems": [
{
"id": "TWVudUl0ZW06M2I1ZTY3N2ItOWZjOC00YTBlLThiMTctMjZhYWYyMjUwMzY5",
"name": "Chefs Seafood Ceviche",
"restaurant": {
"id": "UmVzdGF1cmFudDpOb25l",
"name": "Fion Bee Caves",
"address1": "11715 FM 2244",
"priceRating": "4.0"
}
}
]
}
}Last updated
Was this helpful?