reasonml-community / reason-apollo-hooks

Deprecated in favor of https://github.com/reasonml-community/graphql-ppx
https://reasonml-community.github.io/reason-apollo-hooks/
MIT License
137 stars 28 forks source link

Add connectionParams to the webSocketLinkOptionsT type #118

Open Ejhfast opened 4 years ago

Ejhfast commented 4 years ago

I ran into this issue yesterday, which prevents authenticating websocket connections based on tokens in a request header. Any other ways people are working around this?

See a similar issue in reason-apollo: https://github.com/apollographql/reason-apollo/issues/156