Replies: 3 comments 5 replies
-
I've noticed that there's a few extensions for ... however all extension methods accepting executorFactory are marked I assume there's probably a reason for that (that I don't know), but nevertheless ... is it possible to pass new schema / schema executor at runtime without |
Beta Was this translation helpful? Give feedback.
-
This is the other extension point. But I also have not made the HandleAsync overridable. What do you think? |
Beta Was this translation helpful? Give feedback.
-
thanks for your help and effort... I'm trying to understand that code that you are pointing me to as well as your hint "This is the other extension point". There's an Was this the hint? Btw, for the moment, I'm just instantiating and populating a new WebHost at the top level, wait until it is ready, then shutting down the old WebHost and then starting again with the new one immediately after. |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
-
I'm adding or replacing some data (tables) in runtime and I'm wondering if I can inform GraphQL layer that the schema has changed rather than restarting the whole server process.
Is that possible?
Beta Was this translation helpful? Give feedback.
All reactions