GraphQL Query Formatter — Because Pretty Queries Are Happier Queries 🎯✍️
GraphQL is powerful… but messy formatting is a universal developer enemy.
One minute you have neatly aligned fields,next thing you know someone pastes a huge unformatted query that looks like:
{user(id:"1"){name email posts{title comments{body author...
akashbijwe.hashnode.dev2 min read