Hi all, I'm wondering how I can import my typedefs from the generated files in to my schema.graphql to avoid having to duplicate all that data. Is this possible with prisma-client and is it a terrible idea?
e
Elfayer
10/30/2018, 4:20 AM
You should rather download the prisma schema. That's what I do. I have the generated files + prisma schema. Use