Closed
Description
Hi I want to ignore my password field from generating first, so that I don't have to copy it to my own source set and merge the generated files one by one (I set gitignore on the generated files).
In typegraphql-prisma, you can do this by setting omit:
/// @TypeGraphQL.omit(output: true)
password String
I think it is not that hard to implement 😂