Hacker News new | ask | show | jobs
A GraphQL-native approach to webhooks (sourcehut.org)
5 points by frenkel 1764 days ago
3 comments

That's just a regular webhook, the GraphQL-native solution would be subscriptions-over-webhooks, but that will require support in the GraphQL clients.
It's always nice to see different areas in which graphQL expands into!
Awesome!

It seems so obvious, and yet this is the first time I see this.