This projects is a playground in order to learn about graphql. It is inspired by the official graphql guide.
The project is written in Typescript with nodejs.
Prerequisites are:
# install dependencies
npm install
# start server in watch mode aka live reloading
npm start
# run tests with jest
npm test
# compile and lint
npm run compile
# lint
npm run lint
# ... for other npm-tasks see package.json