Is it possible to add a mapping type helpers from Nest? #679
Labels
Community 👨👧
Something initiated by a community
Duplicate 🔑
This issue or pull request already exists
Is your feature request related to a problem? Please describe.
Nest.js framework inlcude a few mapping type helper that allow to minimize repeating code when developing CRUD for GraphQL. For example if there is a CreateUserInput, there is also UpdateUserInput that looks very similar and mapping type helpers allow to extend InputType
Describe the solution you'd like
Rewrite mapping type helpers from Nest.js
Describe alternatives you've considered
https://docs.nestjs.com/graphql/mapped-types
It's not possible to use mapping type helpers from nest.js with type-graphql project
The text was updated successfully, but these errors were encountered: