Hacker News new | ask | show | jobs
by innocentoldguy 1570 days ago
Paw kind of supports GraphQL. It doesn’t offer any kind of hints for field types or auto-complete features, but you can use it to make GraphQL calls.
1 comments

Great. They don't mention this on the main website but I hadn't spotted it in the blog until now -- thanks for this.
I mean... GraphQL is over HTTP pretty much[1]? Any HTTP client will support GraphQL. Is there something I'm missing with this exchange?

1. https://graphql.org/learn/serving-over-http/

Hoppscotch and other gQL clients allow introspection on the GraphQL schema so you get a API reference out-of-the-box. Makes it super easy to write queries and mutations.