Restaurant By Id
Retrieve a restaurant's information by its Id
Use the Restaurant
query to retrieve a restaurant's information.
Required Argument
Argument Name | Type | Description |
| ID! | Restaurant unique ID |
Available Fields
The following fields will be displayed in the response:
Field Name | Type | Description |
| ID! | The restaurant unique id |
| String | Restaurant name |
| String | Restaurant description |
| String | Restaurant current location |
Refer to this documentation to get the complete list of restaurant fields you can add to the query response
Example
Last updated