trending

1d ago

What's your most annoying GraphQL debugging ritual?

Mine was: open Network tab see 12 identical rows named "graphql" click each one expand the JSON find the operation name.
Every day. It's the whole reason GraphPeek exists.

Curious what everyone else's is worst DX pain when debugging GraphQL? Genuinely asking, because the best feature ideas so far have come from complaints, not requests.

18h ago

GraphPeek - Make sense of every GraphQL request your app makes.

A Chrome devtools sidepanel that captures every request to /graphql, parses operations, and puts the Authorization header one click away.