-
Hello!
I wanted to ask a quick question
if I've registered the Prometheus module at app.module.ts for example, and I want to use Pushgateway at another module service, how can I Inject it?
-
### Is there an existing issue for this?
- [X] I have searched the existing issues
### Current behavior
Generated federation 2 schema does not contain federation 2 directives (@link, @key, etc.)
…
-
Starting with `@apollo/gateway: 2.3.0`, returning `null` from a `__resolveReference` adds an error to the graphql response even when the type is declared to be nullable in the relevant subgraph.
…
-
### 概要
- 原因調査する
- main.tsの以下のコードによって、バリデーションが行われるはずが動いていない
```ts
app.useGlobalPipes(new ValidationPipe({ whitelist: true }));
```
- 直接関数にデコレータを適用させた場合はバリデーションが行われる
```ts
@SubscribeMess…
-
### Is there an existing issue for this?
- [X] I have searched the existing issues
### Current behavior
In my project, a Websocket gateway with Socket.io is open, when I send an event to Socket.io …
-
Hi, so I've been successfully connected peerjs to peer-server from my React frontend to Nestjs backend on **localhost**
the problem is when I try to deploy it, my website already has this pre-defin…
-
Hello, I have been using your amazing libraries for some years now.
Recently nestjs released a new version of their graphql implementation which breaks quite a lot of things.
As was recently bro…
-
## Current Behavior
When a new workspace is created with a node app (eg. express) and the `generatePackageJson` option is set to true, `package.json` is missing `tslib` which is required since the `t…
-
### Is there an existing issue for this?
- [X] I have searched the existing issues
### Current behavior
I have a docker container which is running rabbitmq service,
I have an api-gateway wit…
-
**Intended outcome:**
Use Apollo Client with NextJS in NestJS to query Apollo via ApolloProvider and `useQuery`
**Actual outcome:**
Compiles into multiple errors and doesn't start the website
an…