apollographql / apollo-link

:link: Interface for fetching and modifying control flow of GraphQL requests
https://www.apollographql.com/docs/link/
MIT License
1.44k stars 344 forks source link

No documentation on changing protocol implementation. Fixed to 'graphql-ws' #1252

Open mluis opened 4 years ago

mluis commented 4 years ago

apollo-link-ws comes with the 'graphql-ws' Sec-Websocket-Protocol header. I would like to change that.

Expected Behavior Change websocket protocol.

Actual Behavior Websocket protocol fixed to graphql-ws.