prisma-nestjs-graphql
prisma-nestjs-graphql copied to clipboard
Is there a way to change how the name of classes is generated?
I would like to know if i can set a Preffix for each class that is generated for example for model User to be generated as PrefixUser, UpdateOnePrefixUser, etc...
There is no such option.