prisma-nestjs-graphql
prisma-nestjs-graphql copied to clipboard
Can I rename just 'models' ?
trafficstars
I have a structure like
user and it creates user.model.ts
The class name is the same as the Prisma name.
Is it possible to name the class inside user.model.ts to something like UserDTO ?
No, it's not possible.