Restaurant By Id
Retrieve a restaurant's information by its Id
Required Argument
Available Fields
Example
{
restaurant(id: "UmVzdGF1cmFudDo2ZDlhOGRkZC0wZjY2LTQyZjMtOTMxOC1kZWIzOTMxMTNkNjU=") {
id
name
address1
country
stateProvince
websiteUrl
location
}
}{
"data": {
"restaurant": {
"id": "UmVzdGF1cmFudDpOb25l",
"name": "Belvedere's",
"address1": "320 N 44th St",
"country": "US",
"stateProvince": "AZ",
"websiteUrl": "http://www.doubletreephoenix.com/eat-drink/belvederes-american-grill/",
"location": [
-111.98873,
33.45184
]
}
}
}Last updated
Was this helpful?