Skip to content

v1.5.6

Compare
Choose a tag to compare
@AhmedElywa AhmedElywa released this 26 Sep 14:17

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
}