Hacker News new | ask | show | jobs
by jasonlotito 1575 days ago
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/

1 comments

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.