Hot-Reload Authorization rules #2324
Labels
enhancement
New feature or request
graphql
🔥Hot Reload
Tasks related to DAB's Hot Reload feature proposal
Milestone
While we currently deserialize the new entities into our object mapping that makes up the runtimeconfig, we do not update the GraphQL Schema. For entities to properly hot-reload, we need the GraphQL Schema to update as new entities are added or old entities are removed.
We also do not currently refresh the AuthorizationResolver. This too needs to be refreshed to reflect the new authorization configuration as it is in the newly hot-reloaded entity section.
The text was updated successfully, but these errors were encountered: