Skip to content

A list of useful components for NestJS GraphQL applications

Notifications You must be signed in to change notification settings

youngkiu/nestjs-graphql-components

 
 

Repository files navigation

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!

About

A list of useful components for NestJS GraphQL applications

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • TypeScript 98.5%
  • JavaScript 1.3%
  • Shell 0.2%