Skip to content

Latest commit

 

History

History
17 lines (9 loc) · 408 Bytes

04-GRAPHQL.md

File metadata and controls

17 lines (9 loc) · 408 Bytes

GraphQL

Implement a GraphQL endpoint that consumes an unofficial OpenTable API.

URL

http://localhost:3000/graphql

Tasks

  • 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