This repo has some basic GraphQL code.
In order to run the project locally you would need to have a mysql database with named graphql-database
which should have table named books
with following fields:
- id
- author
- title
Following are the steps required to run the project:
- clone the repo
- move to the project directory
- run
npm start