apollo-server-integrations / apollo-server-integration-fastify

An Apollo Server integration for use with Fastify.
MIT License
67 stars 13 forks source link

Usage example with NestJS #222

Open simplenotezy opened 1 year ago

simplenotezy commented 1 year ago

Would be really cool getting an example of how to use this with NestJS

trevor-scheer commented 1 year ago

I won't be getting to this myself but I'd welcome a PR for it!

jeremybarbet commented 1 year ago

You can follow the installation steps from NestJS in order to use Graphql + Fastify.

This package is used under the hood by the NextJS graphql package