Implement a GraphQL endpoint that consumes an unofficial OpenTable API.
-
Add a
restaurants
field to the existing QueryType object -
Create a
fetchRestaurants
loader to call out the OpenTable API -
Implement find restaurant by city
-
Implement pagination