JSPM

@nestjs/graphql

2.0.0
  • ESM via JSPM
  • ES Module Entrypoint
  • Export Map
  • Keywords
  • License
  • Repository URL
  • TypeScript Types
  • README
  • Created
  • Published
  • Downloads 703455
  • Score
    100M100P100Q170862F
  • License MIT

Nest - modern, fast, powerful node.js web framework (@graphql)

Package Exports

  • @nestjs/graphql
  • @nestjs/graphql/resolvers-explorer.service

This package does not declare an exports field, so the exports above have been automatically detected and optimized by JSPM instead. If any package subpath is missing, it is recommended to post an issue to the original package (@nestjs/graphql) to support the "exports" field. If that is not possible, create a JSPM override to customize the exports field for this package.

Readme

Nest Logo

A progressive Node.js framework for building efficient and scalable web applications.

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

Description

This's a GraphQL (Apollo) module for Nest.

Installation

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

Quick Start

Overview & Tutorial

People