GraphQL and Swagger UI should know when the application reloaded #17825
Open
Description
I was following the GraphQL guide and started adding queries, and typing it in the GraphQL DEV UI, and then I started getting errors in my view, because it didn't know the new query. I'm guessing that's because the UI wasn't reloaded so it didn't reload the schema. Executing the query worked, though, so it felt weird. I could reload the DEV UI page and get it to see the new queries.
We should be able to have a websocket or SSE or whatever and make the DEV UI page know that the queries changed and notify the user with a button to reload the UI, no?
Activity