Closed
Description
GraphQL spec says it is transport agnostic, but most implementations support HTTP and the apollo protocol over websockets.
Looking here: https://github.com/graphql-python/gql/tree/master/gql/transport it does not look like websockets are supported. But I may be wrong.
I need websocket support for my project, looking for a Python client that has support for the same.