Open
Description
🚀 Feature Request
Description
- The subprotocol is currently hardcoded to
graphql-ws
. - But
graphql-transport-ws
is the newest and recommended subprotocol.
Implementation details
- Add a subprotocol argument to
WebSocketEndpoint
.
Potential caveats
- Keeping backwards compatibility, not breaking lib's API.
Acceptance criteria
- Can subscribe to servers using
graphql-transport-ws
subprotocol.
Additional context and visual reference
Metadata
Metadata
Assignees
Labels
No labels