TE
科技回声
首页24小时热榜最新最佳问答展示工作
GitHubTwitter
首页

科技回声

基于 Next.js 构建的科技新闻平台,提供全球科技新闻和讨论内容。

GitHubTwitter

首页

首页最新最佳问答展示工作

资源链接

HackerNews API原版 HackerNewsNext.js

© 2025 科技回声. 版权所有。

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.