Feature Idea (one per thread):
Add GraphQL Graphical Explorer to Graphiql
Issue that it solves:
Makes building graphql schemas MUCH faster
It's much easier to understand and utilize data when you are presented it visually, which is what the explorer aims to achieve. (I've never seen a graphiql page implemented without this feature before because it's so critical to how people typically create gql queries).
Without it, you have to refer to the docs section and manually copy over the schema you need, a process substantially simplified with the explorer.
Screenshot or video of the issue (if applicable):
Here's an example of this in another (competing) service, compared to how it appears in prismic. You can immediately see the benefit of just knowing what data you have to work with.