Kamil Mysliwiec

Results 498 comments of Kamil Mysliwiec

https://github.com/apollographql/apollo-server/issues/6576 Fastify v4 cannot be used with apollo-server-fastify v3. If you're using Fastify + NestJS + Apollo, I'd suggest not upgrading to v9 just yet

Would you like to create a PR for this?

Hi @mogusbi, You have to use `@ApiImplicitQuery()` in this case (https://docs.nestjs.com/recipes/swagger)

Would you like to create a PR to address this issue?

I'm not sure whether it makes sense to use TS project references in combination with Nest CLI. Can you share a sample repository?

Thanks! There are no docs for TypeScript Compiler API with Project references so far. I'd recommend sticking with the existing configuration for now.

With `tsc` & `tsc-watch`. Migration to NestJS CLI is not required, there are no breaking changes

In the latest version of the CLI (^6.10.x), we support project references **partially**, similarly to this issue: https://github.com/TypeStrong/ts-loader/issues/851#issue-367532340 **Copy & pasted from `ts-loader` (and slightly modified):** Using project references currently...

Thanks for your contribution! Can you please update tests as well?