generate graphql schema for postgres enum data types #9338
Unanswered
srikanthc-fl
asked this question in
Question
Replies: 1 comment
-
We have some support for enum values, here is the reference document: |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
We use postgres enums for predefined data values; but hasura does not generate the graphql schema for the enum types to refer. It will be helpful if hasura generates the schema for enum types as well. using the table as enum option has restriction on creating a foreign key relation and also does not support to have multi values to be set; or is there an option to set multi values using the table as enum option.
Beta Was this translation helpful? Give feedback.
All reactions