Closed ibrahimbutt closed 6 years ago
I've added four queries:
allFood
findFoodById
allOrders
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.
server/src
yarn start
I've added four queries:
allFood
findFoodById
allOrders
findOrdersById
I've also added a script which will start a GraphQL playground. Inside
server/src
runyarn start
and then go to http://localhost:4000 to check it out.