Skip to content

reload graphiql playground docs when schema changes during runtime #1535

Answered by n1ru4l
ethdev279 asked this question in Q&A
Discussion options

You must be logged in to vote

Right now you can only reload the GraphiQL playground manually within your browser. We could potentially implement this within GraphQL Yoga GraphiQL, however, for the best experience it should probably be implemented within https://github.com/graphql/graphiql, which GraphiQL Yoga is built around.

I created #1536 for tracking this here.


Furthermore, you are loading the schemas based on the context, thus there is no one true schema, which makes it harder for GraphiQL to know which one would be the correct schema in a given context.

Replies: 1 comment

Comment options

You must be logged in to vote
0 replies
Answer selected by n1ru4l
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants