Hacker News new | ask | show | jobs
by unfocussed_mike 1579 days ago
Great. They don't mention this on the main website but I hadn't spotted it in the blog until now -- thanks for this.
1 comments

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.