chingu-voyage5 / Bears-Team-30

Add-project-description-here | Voyage-5 | chingu.io
0 stars 0 forks source link

Setup GraphQL server/playground and add initial queries and types #9

Closed ibrahimbutt closed 6 years ago

ibrahimbutt commented 6 years ago

I've added four queries:

  1. allFood
  2. findFoodById
  3. allOrders
  4. findOrdersById

I've also added a script which will start a GraphQL playground. Inside server/src run yarn start and then go to http://localhost:4000 to check it out.