Skip to content

Latest commit

 

History

History
42 lines (25 loc) · 1.49 KB

README.md

File metadata and controls

42 lines (25 loc) · 1.49 KB

Nest Logo

Commitizen friendly lerna

GraphQL version of Algoan NestJS components

A collection of NestJS components. This repository is maintained with lerna.

Table of contents

NestJS GraphQL Logging interceptor

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.

See the documentation here.

NestJS GraphQL Exception Filter

A simple NestJS GraphQL Exception Filter.

See the documentation here.

Contribution

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!