An example of GraphQL server using nestjs framework
TypeScript
Installation
$ npm install
Running the app
# configure database
$ edit file ormconfig.json to your database configuration
# development
$ npm run start
# watch mode
$ npm run start:dev
# production mode
$ npm run start:prod