Skip to content
/ graphql Public
forked from nestjs/graphql

GraphQL module for Nest framework (node.js) 🍷

Notifications You must be signed in to change notification settings

notadd/graphql

This branch is 3631 commits behind nestjs/graphql:master.

Folders and files

NameName
Last commit message
Last commit date
Jun 24, 2018
Jul 17, 2019
Jul 14, 2019
Jun 1, 2019
Jul 10, 2019
Jun 5, 2019
May 13, 2018
Jul 14, 2019
Jun 24, 2018
Jul 14, 2019
May 13, 2018
May 13, 2018
May 13, 2018
Jul 29, 2019
Jul 29, 2019
Mar 16, 2019
May 9, 2019
Dec 30, 2017

Repository files navigation

Nest Logo

A progressive Node.js framework for building efficient and scalable server-side applications, heavily inspired by Angular.

NPM Version Package License NPM Downloads Travis Linux Coverage Discord Backers on Open Collective Sponsors on Open Collective

Description

GraphQL (Apollo) module for Nest.

Installation

If you are using express HTTP engine, install the following packages:

$ npm i --save @nestjs/graphql apollo-server-express graphql

In case of fastify, you should install apollo-server-fastify instead.

$ npm i --save @nestjs/graphql apollo-server-fastify graphql

Quick Start

Overview & Tutorial

Support

Nest is an MIT-licensed open source project. It can grow thanks to the sponsors and support by the amazing backers. If you'd like to join them, please read more here.

Stay in touch

License

Nest is MIT licensed.

About

GraphQL module for Nest framework (node.js) 🍷

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • TypeScript 99.8%
  • JavaScript 0.2%