J Giri
07/02/2021, 2:15 AM"node_modules/.prisma/client" instead of using typegraphql-prisma and generating types which emits the generated typegraphql classes to "node_modules/@generated/typegraphql-prisma"?
PS: i found that "node_module/.prisma/client" contains the types.
Using typegraphql-prisma seems redundant. Isn't it?
Basically can i do import { User } from ".prisma/client" ,
INSTEAD OF ``import { User } from "@generated/type-graphql/models/User"``.
Is there any danger zone while doing so?Ryan
07/02/2021, 5:29 AMUsingThis will be needed if you want to autogenerate your resolvers. Prisma will not do that for you.seems redundant. Isn’t it?typegraphql-prisma
J Giri
07/02/2021, 7:05 AMRyan
07/02/2021, 7:07 AMschema.prisma.J Giri
07/02/2021, 7:26 AMtypegraphql-prisma ?Ryan
07/02/2021, 7:27 AM