Skip to content

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

License

Notifications You must be signed in to change notification settings

alessandrodeste/graphql-nodejs-typescript

Repository files navigation

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

About

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

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published