Join GitHub today
GitHub is home to over 50 million developers working together to host and review code, manage projects, and build software together.
Sign upDocumentation Browser - Supporting Search #2720
Comments
|
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. |
|
@tomprats There's a workaround for that. Open documentation and hit |
|
Good idea @l0co, that definitely helps in the meantime |
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