Is there a way to get all the enum possible values...
# prisma-whats-new
m
Is there a way to get all the enum possible values (as an array of strings, for example)? So, I can use it on a Dropdown component. I am refering to an enum I created inside a Model on the console.graph.cool