Hi! Is it possible to filter on an enum which is p...
# orm-help
p
Hi! Is it possible to filter on an enum which is part of the <Model> with the <Model>WhereInput ? We see filter options on other properties, but not on the enum
s
My enum filters are visible. Where are you looking?
n
there are no filters for scalar lists (including enum lists), this is probably what you are experiencing
p
Ah thnx 🙂 That's exactly the issue. Will this be a feature in the future?
w
https://github.com/prismagraphql/prisma/issues/1275 ~ I once cried a lot when found this 😛
p
Thnx @nilan @weakky