And in case anyone still couldn't access to their enums, even though your schema has been generated.
It's because prisma won't generate enum types if you don't use it in other table columns. "For GraphQL reasons"
How did I solve it?!
prisma generate
and I'm good to go.