Hi.
Does anyone have a good recommendation for how to just export/create a SDL file from a Prisma model?
Im using
graphql-compose for many functions in my servers…and to start, just need the SDL from Prisma to use the same library.
I am using Postgres for the first time, as I usually use Mongoose(and Mongo). Graphql-compose has a great plug in that creates all the resolvers/types from/for Mongoose, so trying to find something like it with Prisma.
Thanks