TE
TechEcho
Home24h TopNewestBestAskShowJobs
GitHubTwitter
Home

TechEcho

A tech news platform built with Next.js, providing global tech news and discussions.

GitHubTwitter

Home

HomeNewestBestAskShowJobs

Resources

HackerNews APIOriginal HackerNewsNext.js

© 2025 TechEcho. All rights reserved.

A GraphQL-native approach to webhooks

5 pointsby frenkelover 3 years ago

3 comments

nivertechover 3 years ago
That's just a regular webhook, the GraphQL-native solution would be subscriptions-over-webhooks, but that will require support in the GraphQL clients.
madebyayanover 3 years ago
It's always nice to see different areas in which graphQL expands into!
linkddover 3 years ago
Awesome!<p>It seems so obvious, and yet this is the first time I see this.