@scottyfillups/subscriptions-transport-ws
v1.0.1
Published
A websocket transport for GraphQL subscriptions
Downloads
5
Readme
subscriptions-transport-ws
My hacky fork of [email protected].
I did this because he wants his GraphiQL playground to work with subscriptions.
graphiql-subscriptions-fetcher only works with <=0.5.4, but 0.5.4 still uses Sec-WebSocket-Protocol: graphql-subscription instead of Sec-WebSocket-Protocol: graphql-ws.
My server requires the subprotocol to be graphql-ws, so I either had to:
- Make
graphiql-subscriptions-fetchercomply with the newsubscriptions-transport-wsinterface - Make my server non-compliant to the GraphQL specification
- Just replace a string in
[email protected]
I'm really lazy, so I picked the last one :)
