Add GraphQL enum support
Add support for the GraphQL enum type in @table types.
10
votes
AdminMichael Bleigh
(Admin, Google, LLC - Firebase)
shared this idea
-
Klux commented
Enums are currently in a really weird state in Data Connect.
They are mentioned in the Documentation, but without any examples.
Any attempt to use them fails.
In my opinion, enums are just an extension to data connect being type safe, by limiting the possible values for columns.
As GraphQL and PostgreSQL (and client sdks platforms) already support some sort of enums, it shouldn't be a huge issue? -
정소이 commented
veryvery extreamly important