For my NestJS API I want to be able to automatically generate my GraphQL CRUD code that I keep on repeating, based on the model that I want to work on.
This is very similar to what for instance nestjsx/crud does for Rest API's.
Another similar project is doug-martin/nestjs-query
The API I'd like to use is the following: