graphql-python/gql

aiohttp transport should support websockets

devkral opened this issue · 1 comments

aiohttp has out of the box websocket support.

So it should be easy to integrate in the transport.

Sure, why not make a new transport named AIOHTTPWebsocketsTransport.
I'll accept a PR if it is well-tested and comes with 100% test coverage.