hasura / graphql-engine

Blazing fast, instant realtime GraphQL APIs on your DB with fine grained access control, also trigger webhooks on database events.
https://hasura.io
Apache License 2.0
31.11k stars 2.76k forks source link

Improve creating enum tables experience in console #5485

Open beerose opened 4 years ago

beerose commented 4 years ago

Right now creating an enum table requires multiple steps — we need to create a table, insert values and only then mark it as an enum table.

It can be simplified, and we could have a separate flow and/or another view for creating enum tables so that it's possible to create an enum table and insert values in one single step.

sudeshna-22 commented 2 years ago

I started working on this issue.