I've been running into stack exceptions during typ...
# prisma-client
p
I've been running into stack exceptions during type checking and seeing some type errors about possibly infinite types in my Prisma client. Has anyone experienced this before? I'm trying to troubleshoot whether it is a problem in my schema or something in Prisma Client itself... partial example error:
Copy code
Type of property 'AND' circularly references itself in mapped type...
Found an issue in github that it seems to be related to
groupBy
. We aren't using
groupBy
but we are seeing this when deep mocking the prisma client for some tests and generating some generic types from nexus-plugin-prisma, so I think it is related