simple graphql example with node js using express (nestjs) and apollo in typescript
$ npm install
# development
$ npm run start
# watch mode
$ npm run start:dev
# production mode
npm run start:prod
to enable / disable mocked data, work on the function addMockFunctionsToSchema in the file src/author.module.ts