You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
|[`@golevelup/nestjs-common`](./packages/common)| Common types, mixins |[](https://www.npmjs.com/package/@golevelup/nestjs-common)|[changelog](./packages/common/CHANGELOG.md)|
21
-
|[`@golevelup/nestjs-discovery`](./packages/discovery)|`DiscoveryModule` for finding providers, controllers and method handlers from your NestJS app that have certain metadata |[](https://www.npmjs.com/package/@golevelup/nestjs-discovery)|[changelog](./packages/discovery/CHANGELOG.md)|
22
-
|[`@golevelup/nestjs-rabbitmq`](./packages/rabbitmq)| A NestJS native module for RabbitMQ that supports both RPC and Publish/Subscribe messaging patterns |[](https://www.npmjs.com/package/@golevelup/nestjs-rabbitmq)|[changelog](./packages/rabbitmq/CHANGELOG.md)|
23
-
|[`@golevelup/nestjs-modules`](./packages/modules)| A Dynamic Module helper. Useful for configuring once and importing anywhere else |[](https://www.npmjs.com/package/@golevelup/nestjs-modules)|[changelog](./packages/modules/CHANGELOG.md)|
|[`@golevelup/nestjs-common`](./packages/common)| Common types, mixins |[](https://www.npmjs.com/package/@golevelup/nestjs-common)|[changelog](./packages/common/CHANGELOG.md)|
21
+
|[`@golevelup/nestjs-discovery`](./packages/discovery)|`DiscoveryModule` for finding providers, controllers and method handlers from your NestJS app that have certain metadata |[](https://www.npmjs.com/package/@golevelup/nestjs-discovery)|[changelog](./packages/discovery/CHANGELOG.md)|
22
+
|[`@golevelup/nestjs-rabbitmq`](./packages/rabbitmq)| A NestJS native module for RabbitMQ that supports both RPC and Publish/Subscribe messaging patterns |[](https://www.npmjs.com/package/@golevelup/nestjs-rabbitmq)|[changelog](./packages/rabbitmq/CHANGELOG.md)|
23
+
|[`@golevelup/nestjs-modules`](./packages/modules)| A Dynamic Module helper. Useful for configuring once and importing anywhere else |[](https://www.npmjs.com/package/@golevelup/nestjs-modules)|[changelog](./packages/modules/CHANGELOG.md)|
24
+
|[`@golevelup/nestjs-hasura`](./packages/hasura)| Super charged Hasura Event Handlers and other utilities for seamlessly integrating Hasura with NestJS |[](https://www.npmjs.com/package/@golevelup/nestjs-hasura)|[changelog](./packages/hasura/CHANGELOG.md)|
25
+
|[`@golevelup/nestjs-graphql-request`](./packages/graphql-request)| Dependency Injection for GraphQLClient. Make type safe requests to third party GQL APIs |[](https://www.npmjs.com/package/@golevelup/nestjs-graphql-request)|[changelog](./packages/graphql-request/CHANGELOG.md)|
This library provides the `GraphQLRequestModule` which makes it easy to initialize an instance of `GraphQLClient` for use in Depdendency Injection. This can be combined with automatic codegen for type safe access to third party GQL APIs from your Nest services
0 commit comments