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
Nurul
06/22/2022, 1:38 PM
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?