Join Slack
Powered by
Does anyone know if it’s possible for a query wher...
# orm-help
j
jdoyle112
11/29/2018, 6:17 PM
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
divyendu
12/02/2018, 6:30 PM
There are some limitation around scalar lists including enum types:
https://github.com/prisma/prisma/issues/1275
Please raise your vote on this issue 🙂
3
Views
Open in Slack
Previous
Next