paljs / prisma-tools

Prisma tools to help you generate CRUD system for GraphQL servers
https://paljs.com
MIT License
680 stars 55 forks source link

Excessive stack depth comparing types #275

Open AaravShah042 opened 2 years ago

AaravShah042 commented 2 years ago

I am using pal.js auto-generated where nexus type into nexus custom resolver and it has circular dependency due to AND and OR where clause options So it is returning excessive stack depth type due to circular dependency

issue:- https://github.com/microsoft/TypeScript/issues/29112#issuecomment-1171544923

Error message

Excessive stack depth comparing types

Typescript version:- v4.6.4 @paljs/cli: "4.1.0", @paljs/nexus: "4.1.0",