Published at
Updated at
Reading time
1min

I came across Eve Porcello's Twitter thread about GraphQL tricks, and she included an excellent tool that I didn't know before.

GraphQL Voyager is a tool that you can use to visualise your GraphQL API's schema. Copy and paste the introspection query or the SDL of the GraphQL API (you can find it in GraphiQL or the tool your use to write GraphQL queries) and get a visualised result such as the one below.

GraphQL Voyager showing a visualised GraphQL schema

Pretty cool! If you're using any other GraphQL online tools, please let me know! I'd love to include more GraphQL tools on tiny-helpers.dev.

If you enjoyed this article...

Join 5.4k readers and learn something new every week with Web Weekly.

Web Weekly — Your friendly Web Dev newsletter
Reply to this post and share your thoughts via good old email.
Stefan standing in the park in front of a green background

About Stefan Judis

Frontend nerd with over ten years of experience, freelance dev, "Today I Learned" blogger, conference speaker, and Open Source maintainer.

Related Topics

Related Articles