TE
科技回声
首页
24小时热榜
最新
最佳
问答
展示
工作
中文
GitHub
Twitter
首页
A GraphQL-native approach to webhooks
5 点
作者
frenkel
超过 3 年前
3 条评论
nivertech
超过 3 年前
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
超过 3 年前
It's always nice to see different areas in which graphQL expands into!
linkdd
超过 3 年前
Awesome!<p>It seems so obvious, and yet this is the first time I see this.