graphql-python / graphene

GraphQL framework for Python
http://graphene-python.org/
MIT License
8.09k stars 826 forks source link

Do you support GQL over websocket? #1542

Closed moghadas76 closed 4 months ago

erikwrede commented 6 months ago

Hey, this depends on your Webserver implementation. For FastAPI/Starlette, it is supported in starlette-graphene3. GraphQL-WS supports other WebSocket Subscriptions and GraphQL-Django also supports websockets :)