mirror of
https://github.com/hoppscotch/hoppscotch.git
synced 2026-04-25 16:55:59 +03:00
[GH-ISSUE #3254] [feature]: Better support for GraphQL Subscriptions #1080
Labels
No labels
CodeDay
a11y
browser limited
bug
bug fix
cli
core
critical
design
desktop
discussion
docker
documentation
duplicate
enterprise
feature
feature
fosshack
future
good first issue
hacktoberfest
help wanted
i18n
invalid
major
minor
need information
need testing
not applicable to hoppscotch
not reproducible
pull-request
question
refactor
resolved
sandbox
self-host
spam
stale
testmu
wip
wont fix
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/hoppscotch#1080
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @Nickersoft on GitHub (Aug 11, 2023).
Original GitHub issue: https://github.com/hoppscotch/hoppscotch/issues/3254
Is there an existing issue for this?
Summary
Couldn't find any existing issues for this, so forgive me if it's redundant, but right now there doesn't seem to be any built-in way to test GraphQL subscriptions using Hoppscotch. I absolutely love the project, but unfortunately the lack of this feature causes me to split my time between Hoppscotch + the Altair GraphQL client. AFAIK, the current websocket offerings don't let you test subscriptions specifically.
I really like how Altair approaches subscriptions, as they allow you to specify your own WS endpoint, protocol, and connection payload:
They then will detect GraphQL subscriptions automatically, connect to the right endpoint, and show any incoming messages next to the query editor. So far it's the only platform I've seen that has such robust support for subscriptions.
Why should this be worked on?
I feel Hoppscotch has a much superior UX, and honestly this feels like the one missing piece that would make Hoppscotch the most easy-to-use, comprehensive request manager out there. I recently gave Postman another shot and they're so complex now I couldn't figure out how to do anything 😅