Satyadev

Results 5 comments of Satyadev

I got rid of the "TS2321: Excessive stack depth comparing types" error the way you suggested, but only on Typescript 4.4.3. Run without errors. On version 4.7.3 - error TS2321...

`AvaliblePrintArea` is defined inside the `Variant` model. I don't have an invalid syntax error. Have you tried with MongoDB Connector? When I disable "generator nestgraphql", prisma generate works correctly. I...

1. [Prisma documentation about nested composite types](https://www.prisma.io/docs/concepts/components/prisma-client/composite-types) - [Introspection of embedded documents in MongoDB](https://prismaio.notion.site/Preview-Introspection-of-embedded-documents-in-MongoDB-5e71e8bfa9874f98b345e47b409421da) 2. Options from prisma schema ``` generator client { provider = "prisma-client-js" previewFeatures = ["fullTextIndex", "extendedIndexes"]...

Can you please tell me what other data I can provide to help you reproduce the problem?

Hello! I keep getting this same error. I need to operate on implicit m:n relationships, but this bug prevents me from doing so. Could you help me solve this problem.