I gotta say that I dont like Nexus style of code writing at the first look, but it might change.
What about your experience about “types matching” with Nexus and prisma?
Personally I write all queries and mutation from the scratch, a lot of tables and relations and I used to use Prisma client (typescript) and generated types from schema base on
graphql-schema-typescript
and it did not mach on more difficult schemas with a lot of relations.