David
David
+1 it is broken
> @mk668a This is happening when we have relations accross tables and complex schema. It is failing and stuck at one place only. i removed all relations and nothing change
@unlight I also want to add to this issue. previewFeatures = ["relationJoins"] doesn't work either. I'm faced with passing a graphql "include" prisma field. But it is not generated. This...
> Have you tried to run the `tsc` command? No, I tried to run it through ts-node. I'll try it via tsc and post the results.
@samchon Here is my router that does not work as originally intended. You were right, I really removed all the errors and tried to build the project. The assembly was...
@samchon Yes, that's what I understood, but you probably misunderstood the last part of my message. I tried using TypedBody and encountered a stack overflow due to a looped reference....
@samchon Yes give me a couple of minutes
@samchon I tried to reproduce this task using route 1 as an example. But something strange happens (it works). When I write the same thing in a working project, this...
@samchon Will this fix work for types and for interfaces? Because I can’t change it if prisma generate will create a bunch of types (and interfaces will be needed) UDP...
@samchon Can I put a stub specifically for this type to avoid errors and complete the generation of js code for validation without errors? This is very important to me...