prisma-labs / graphqlgen

⚙️ Generate type-safe resolvers based upon your GraphQL Schema
MIT License
818 stars 54 forks source link

feat(gg): allow delegated-parent-resolvers #429

Closed jasonkuhrt closed 5 years ago

jasonkuhrt commented 5 years ago

Will close #428

I have chosen to continue down the type-duplication route for this feature so that we can avoid a new round of design consideration (prior: #236, #285) regarding use of generics that might block this feature unnecessarily.