How to get user config in UI at deployment time? #1065
Unanswered
anandtiwary
asked this question in
Ideas
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
From @aaron-steinfeld :
Currently the best technical option here is to move it into a Graphql API but that's a bad option. it forces a startup blocking fetch for many cases (likely this one), and can lead to a bad separation of concerns in some cases.
Beta Was this translation helpful? Give feedback.
All reactions