-
Notifications
You must be signed in to change notification settings - Fork 573
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Poll interval or refetch on search GQL schema in GraphIQL #1161
Comments
We could also add reload docs button similar to Altair |
@saihaj from my Playground knowledge you are right. On the playground, if the "polling" option is not activated, the URL field display a reload button to let the user reload the schema without reloading the whole page. |
Any update on this? I need this feature at Pylon so that the playground updates while developing the schema. On a second thought polling isn't optional for my use case. Is it possible to implement SSE? Workflow:
This should only be a development feature and not be included in production. Why not polling?
|
Is your feature request related to a problem? Please describe.
TLDR: this feature was supported on the Playground
The Schema seems to be fetched only once. But schema can change and evolve.
Describe the solution you'd like
Add an option to add a poll interval and/or trigger a introspection refetch when a user searches in the docs.
Describe alternatives you've considered
Reload the whole web page.
Additional context
The text was updated successfully, but these errors were encountered: