Is there an existing issue for this?
Current behavior
Minimum reproduction code has two packages apps/api and packages/prisma. packages/prisma use prisma-nestjs-graphql.
Test environment uses vitest. In test environment, all tests fail with Error: Schema must contain uniquely named types but contains multiple types named "LocalDate".
Minimum reproduction code
https://github.com/zfanta/nest-graphql-error
Steps to reproduce
pnpm i
pnpm run dev:api (fine)
pnpm run test (error)
Expected behavior
No schema error in test environment
Package version
13.0.2
Graphql version
graphql: 16.10.0
@apollo/server: 4.11.3
NestJS version
11.0.7
Node.js version
22.14.0
In which operating systems have you tested?
Other
pnpm: 10.4.1
In test environment, !typeSet.has(namedType) is true. in dev environment !typeSet.has(namedType) is false
