Hi guys, just quick question: What do prefer for c...
# orm-help
p
Hi guys, just quick question: What do prefer for combination yoga with typescript + prisma? Nexus or graphqlgen?
m
I started to use graphqlgen but when Nexus was out, I changed to it and it's a wonderful tool to manage all that you want about your schema without any problem.
p
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.