node-graphql-mysql-demo
Run
Clone this repo, modify your database configuration in config.json.
Then insatll dependencies and start our project.
yarn install
npm startThen open http://localhost:3000/graphql in your browser.
http://localhost:3000/api is the API address from which we can fetch data.