Y
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
jasonlotito
1579 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/
link
theturtletalks
1579 days ago
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.
link
1. https://graphql.org/learn/serving-over-http/