Using GraphiQL’s navigation pane
If we don’t have time to dive into full visualization software such as GraphQL Editor, we can use some GraphiQL functions instead. Just to remind you, GraphiQL is usually built into most GraphQL servers in every programming language.
Using GraphiQL’s navigation pane can save us in GraphQL when we are facing huge schemas. We can use the pane to just see the type names without the fields they implement. This is useful as we can find the desired type much faster than we would when traversing the whole schema code.
Figure 13.17: GraphiQL interface
It also has a really good fuzzy search engine that allows users to find relevant information even when the search terms are misspelled or imprecise.