yantakus
09/28/2018, 7:03 PMprisma-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.