Does anyone know if it’s possible for a query wher...
# orm-help
j
Does anyone know if it’s possible for a query where argument to be an enum field? On one of my types, there is a field that is an array of enums and I want the where to return all records that have a certain enum value in that array
d
There are some limitation around scalar lists including enum types: https://github.com/prisma/prisma/issues/1275 Please raise your vote on this issue 🙂