v1.5.6
Prisma Select
#131 fix
To use Custom type name instead of the model name and also has a filter you need to add a comment before the prisma model
example
/// @PrismaSelect.map([ConfigType])
model Config {
id string
configName string
}