graphql-python/gql

Add an example to connect to Phoenix Channel

harigopalakrishna opened this issue · 2 comments

Could we please add an example that shows how to use PhoenixChannelWebsocketsTransport . I'm trying to connect to the websocket server implemented using Phoenix Channel and unable to do so by following the documentation. Any help would be greatly appreciated.

There are some examples in the tests.

What is your backend, it it public ?

@leszekhanusz Thanks for your quick response. Our backend is Phoenix/Elixir, and I'm trying to connect to the channels. It is not a public project. I'll look in to the test, appreciate the reference.