how to get prisma in typescript #662
Replies: 4 comments 6 replies
-
Did you enter dev mode ( |
Beta Was this translation helpful? Give feedback.
-
where should the types for prisma stuff live? I'm curious if they are being generated in the wrong place? we have a monorepo so I wonder if that is somehow getting in the way (although it worked with nexus-schema) |
Beta Was this translation helpful? Give feedback.
-
still digging. I do have |
Beta Was this translation helpful? Give feedback.
-
ok, I think this has to do with the fact we're using a monorepo. I noticed the following types are in
while everything else is in our main |
Beta Was this translation helpful? Give feedback.
-
I've added
use(prisma())
to myapp.ts
file, but I'm currently not seeingt.crud
as being an auto complete option within adefinition
and also in my resolversprisma
is coming in asany
. As I missing a step here?Beta Was this translation helpful? Give feedback.
All reactions