Hi guys. I’ve migrated from `prisma-binding` to `p...
# orm-help
y
Hi guys. I’ve migrated from
prisma-binding
to
prisma-client
and I’d like to say it’s amazing! But I have a question. In my
schema.graphql
file I had the following import:
# import Video, Topic, Tag, Complexity, TopicCreateManyInput, TagCreateManyInput from "./generated/prisma.graphql"
but now this file is missing. How do I import these types now? I have
index.ts
and
prisma-schema.ts
in
generated
directory.