Dark Hacker News
new
|
best
|
ask
|
show
|
jobs
A GraphQL-native approach to webhooks
(sourcehut.org)
5 points
by
frenkel
4 years ago
| 3 comments
A GraphQL-native approach to webhooks | Dark Hacker News
nivertech
4 years ago
|
next
[−]
That's just a regular webhook, the GraphQL-native solution would be subscriptions-over-webhooks, but that will require support in the GraphQL clients.
madebyayan
4 years ago
|
next
[−]
It's always nice to see different areas in which graphQL expands into!
linkdd
4 years ago
|
next
[−]
Awesome!
It seems so obvious, and yet this is the first time I see this.