In this repository I have implemented a basic GraphQL for query and mutation. This is the code that I discussed while explaining the GraphQL functionality and its implementation in ExpressJS
This code can be used to build a sophisticated production API using GraphQL and expressJS.
To run this repo you must install its dependencies using below command:
npm install
and then you can spin up the server using nodemon by running below command:
npm run dev