A collection of NestJS components. This repository is maintained with lerna.
A simple NestJS interceptor catching request details and logging it using the built-in Logger class. It will use the default Logger implementation unless you pass your own to your Nest application.
A simple NestJS GraphQL Exception Filter.
This repository is managed by Lerna.js. If you want to contribute, you need to follow these instructions:
Install root dependencies:
npm install
That's it!