Skip to content

Latest commit

 

History

History
26 lines (17 loc) · 429 Bytes

README.md

File metadata and controls

26 lines (17 loc) · 429 Bytes

graphql-nodejs-typescript

simple graphql example with node js using express (nestjs) and apollo in typescript

Installation

$ npm install

Running the app

# development
$ npm run start

# watch mode
$ npm run start:dev

# production mode
npm run start:prod

Mocked data

to enable / disable mocked data, work on the function addMockFunctionsToSchema in the file src/author.module.ts