graphql-ws icon indicating copy to clipboard operation
graphql-ws copied to clipboard

GraphQL websockets

Results 26 graphql-ws issues
Sort by recently updated
recently updated
newest added

Thanks for all the work! This adds a tornado handler and context, which is a very minimal change on top of `websockets_lib.py`. Tornado is a tad more verbose, I guess,...

@syrusakbary let me know your thoughts on this pull request when you get a chance. I modified the README and all the examples (except the Django one), to show how...

PubSub seems to broken, getting this error `ModuleNotFoundError: No module named 'graphql_ws.pubsub'` following this repo [https://github.com/hballard/graphql-ws](https://github.com/hballard/graphql-ws)

hello I am very new to this but wanted to know if there is a way to use this with django signals so as to send object to user on...

* The `resolve` routine was an async recursive function. * Because this function gets called for every returned value. * As a result, the number of async tasks can become...

Bumps [twisted](https://github.com/twisted/twisted) from 21.7.0 to 22.4.0. Release notes Sourced from twisted's releases. Twisted 22.4.0 (2022-04-11) Features twisted.python.failure.Failure tracebacks now capture module information, improving compatibility with the Raven Sentry client. (#7796)...

dependencies