Is there a way to convert Prisma client types (suc...
# orm-help
k
Is there a way to convert Prisma client types (such a
Prisma.{Model}UpdateArgs
) into GraphQL types that don't conflict with Prisma client operations? Having to create them by hand using classes is time consuming for DTO and Services in NestJS, and various community generators dump everything into a specific folder that it messes up the
nest generate resource
structure