-
Notifications
You must be signed in to change notification settings - Fork 7
Home
Davide Gheri edited this page Feb 19, 2021
·
6 revisions
nestjs-mercurius
Use Mercurius GraphQL with NestJs framework
npm i fastify mercurius @nestjs/platform-fastify
npm i nestjs-mercurius
Use Altair as client GraphQL IDE
npm i altair-fastify-plugin
Support GraphQL Uploads
npm i mercurius-upload
This module is an extension of the official @nestjs/graphql
module, type definitions and resolvers works exactly in the same way (decorator has to be imported from @nestjs/graphql
)
This wiki will cover only the features that differentiates from the official Nestjs module