You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Example usecase: I need to generate schema with different naming conventions (e.g. replicate Prisma1/OpenCRUD convention).
I can write custom generation class, but there is no way to pas it to parent generator without extending it and overriding. It would be great to have something like this:
i m not sure but my work might help:
i made a paljs working with prisma1 crud system using a moded version of nexus-plugin-prisma working with prisma3 #264
Example usecase: I need to generate schema with different naming conventions (e.g. replicate Prisma1/OpenCRUD convention).
I can write custom generation class, but there is no way to pas it to parent generator without extending it and overriding. It would be great to have something like this:
Also export current generation classes to be able to extend them
The text was updated successfully, but these errors were encountered: