A nodejs GraphQL project scaffold, a full template help you build your GraphQL backend project.
This project uses below framework and component: Apollo Server Framework: https://github.com/apollographql/apollo-server Mysql: https://github.com/mysqljs/mysql
It has a sample mysql module, type definition and resolver.
After clone the code, you can change the project name in package.json. And run below commend:
$ npm install
$ node index.js
Visit: http://localhost:4000 you can try the API by the inbuild tool.