Hello everyone! I’m using postgres + Hasura v2.7.0...
# orm-help
k
Hello everyone! I’m using postgres + Hasura v2.7.0 + Prisma2. After creating Enum_Table inside Hasura, Prisma tried to use Enum Value, but Enum Value inside the table seems to be missing. I want to extract the value of the Hasura Enum Table from Prisma and use it as Enum, what should I do? Below is the example Enum Data that I want. Thank you 🙂
👀 1
n
Hey 👋 I haven’t used Hasura with Prisma so trying to understand your use case.
I want to extract the value of the Hasura Enum Table
Does this enum table exist in your PostgreSQL database? Or is this something Hasura specific?