graphql / graphql/graphiql

Plugin: restore documentation path on page/schema reload

Open
#576 8 comments 1 reaction 0 assignees View on GitHub
graphiql potential plugin
Dominant language
TypeScript
Stars
16.9k
Forks
1.9k
Avg merge
22h 45m
Merged PRs (30d)
70

Description

At the moment, reloading the page is the only way to reload changes to the schema/documentation of said schema.
It is fine in production, since schema will not change every second, and mostly fine in development (of a GraphQL endpoint) because the state is mostly kept.

However, the documentation resets, which means I either have to click the correct sequence of types, or use the search field, every time I refresh the page.

I think it would be very intuitive to reload the documentation as it was before refreshing the page. This could be done via a `?documentation=...` query string (in addition of `?query=...`). Any thoughts? :)

Contributor guide

Open the contributing guide

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.