Evan McDaniel
10/07/2021, 4:06 PMschema.prisma
and Nexus schema.ts
files will become tedious for our team pretty quickly.
It seems that the Prisma Nexus plugin might help with this, but it looks to be in some sort of in-between state. I looked at TypeGraphQL as well but wasn’t sure if that actually would solve this specific issue. It looks like Pal.js might do solve this, though, so I wondered if that’s what folks are considering a best practice for this at the moment.
Also have heard others say that maintaining separation between database and gQL schemas is actually the best practice, though I’ve yet to come up against a use case in our app that makes this clear.
Open to all thoughts and ideas. Thanks!Ryan
10/08/2021, 5:45 AMschema.prisma
and your GraphQL schema.Evan McDaniel
10/08/2021, 1:35 PM