Example graphql implementation using node js
This example project is created using node js and mongodb
Node JS and MongoDB
First setup the depedencies
npm install
Run
npm start
Run Test
npm test
Graphql editor
http://localhost:3000/graphql
Application index
http://localhost:3000