Thomas
Thomas
Have the files moved again? I only get 404 ;-)
Hi everyone, I also use ferry for one project with a 11.000 lines schema (still growing). The last generation took about 10 hours with almost 100% RAM and 2 of...
Thank you for your answer. However, a strategy to overcome this problem is not very clear for me. Could you maybe explain the problem and a way to work around?...
Thank you for testing! I really want to help with this issue as I'm using this library for several of my projects. Is there anything I can help you with...
It also builds when removing Country model. Still red lines and entries in Problem Section of VSCode https://github.com/TMInnovations/prisma-nestjs-graphql-failing/tree/try-to-get-it-working-2
Removed all enums, didn't change anything, still failing https://github.com/TMInnovations/prisma-nestjs-graphql-failing/tree/try-to-get-it-working-3
Also tried to move the output path of the prisma plugin => doesn't change anything
Hmm.. Any way to bypass this "maybe tsc bug" in the meantime (like disabling specific tsc rules)?
Thank you for the quick response. So the next step is to wait until the ts issues are resolved?
News! If i add @default(cuid()) to the Customer models @id "number" the initial problem repo works: Very likely related to be related to: https://github.com/prisma/prisma/issues/10063 and also likely to be related...