Skip to content
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

Documentation Browser - Supporting Search #2720

Open
tomprats opened this issue Oct 14, 2020 · 3 comments
Open

Documentation Browser - Supporting Search #2720

tomprats opened this issue Oct 14, 2020 · 3 comments

Comments

@tomprats
Copy link

@tomprats tomprats commented Oct 14, 2020

I'm having a frustrating experience with the documentation browser. I'm working in a large project with a large number of GraphQL queries. The documentation browser shows the queries but there are so many and they don't appear to be ordered in a meaningful way (although I understand it's probably the way the introspection query returns the data).

Adding support for search, ctrl-f or at least listing queries and mutations alphabetically would be a tremendous help

@l0co
Copy link

@l0co l0co commented Oct 14, 2020

Exactly the same I've intended to report right now :)

However, if this feature can take some time to develop, please do at least a simple fix to sort queries and mutations in documentation to enable manual search of them. Currently it's not browsable because of the random order.

@l0co
Copy link

@l0co l0co commented Oct 14, 2020

@tomprats There's a workaround for that. Open documentation and hit Alt+Ctrl+I to toggle dev tools and on Elements tab hit Ctrl+F to enable search. Here you can find your query/mutation by name and the documentation will navigate to it.

@tomprats
Copy link
Author

@tomprats tomprats commented Oct 14, 2020

Good idea @l0co, that definitely helps in the meantime

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Linked pull requests

Successfully merging a pull request may close this issue.

None yet
3 participants
You can’t perform that action at this time.