Lucas
11/07/2021, 6:22 AMnexus
in production? Does the prisma team/company helps to maintain it? I am trying to figure out if it's a good option to use in production as we have a lot of issues on the repo plus old commits?
Trying to achieve a code first approach but don't want to use type-graphql
as the code depends heavily on decorators, etc and a more declarative way would be easier to understand/maintain.
Also what are you guys using in production? I have developed several projects writing plain SDL and then using graphql code generator to create types, etc.
I already used plain graphql.js with graphql-code-generator to create resolver types and then implement it separated using the generated types and it was great, but I am about to start a new project and thinking to go 100% with a code first approach.
ThanksJoshua Ramin
11/07/2021, 9:28 AMRyan
11/08/2021, 6:30 AMLucas
11/08/2021, 8:15 AM