Skip to content

onDone immediately called. #350

Answered by enisdenjo
ollyde asked this question in Q&A
Apr 14, 2022 · 2 comments · 8 replies
Discussion options

You must be logged in to vote

There doesn't seem to be any documentation on how to connect manually, without using the client side library.

Yes there is, the GraphQL over WebSocket Protocol.

Just by looking at your example, I see you're not implementing the protocol properly. For starters, the graphql-ws subprotocol is used by the deprecated subscriptions-transport-ws.

This library uses the graphql-transport-ws subprotocol (I couldn't name the subprotocol graphql-ws too since the deprecated library already reserved it and the two protocols are different).

Replies: 2 comments 8 replies

Comment options

You must be logged in to vote
0 replies
Answer selected by enisdenjo
Comment options

You must be logged in to vote
8 replies
@ollyde
Comment options

@enisdenjo
Comment options

@ollyde
Comment options

@enisdenjo
Comment options

@ollyde
Comment options

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants
Converted from issue

This discussion was converted from issue #349 on April 14, 2022 17:10.