graphql-ws
graphql-ws copied to clipboard
GraphQL websockets
Bumps [sqlparse](https://github.com/andialbrecht/sqlparse) from 0.4.1 to 0.4.2. Changelog Sourced from sqlparse's changelog. Release 0.4.2 (Sep 10, 2021) Notable Changes IMPORTANT: This release fixes a security vulnerability in the strip comments filter....
* GraphQL AioWS version: * Python version: 3 * Operating System: Mac OS ### Description I've implemented [graphql_ws][1] to subscribe to updates from a `Notification` model that uses multiple `GenericForeignKeys`....
Hello! Is there any plan to update graphql-core dependency to the latest version?
Make some small changes to also support the graphql-transport-ws implemented and defined at https://github.com/enisdenjo/graphql-ws
* GraphQL AioWS version: 0.3.1 * Python version: 3.8.6 * Operating System: MacOS Catalina ### Description Trying to figure out how to know when someone isn't subscribed anymore. ### What...
* GraphQL AioWS version: 0.3.1 * Python version: Python 3.8.5 * Operating System: Debian ### Description GeventSubscriptionServer ignore any schema validation errors. I use Altair GraphQL client. When I send...
Signed-off-by: oleg.hoefling This PR adds support for `graphql-core>=3` to `graphql.aiohttp.AiohttpSubscriptionServer`. Note that this will break the rest of the `BaseSubscriptionServer` implementations! Unfortunately, I am not familiar with Sanic or `gevent`...
* GraphQL AioWS version: 0.3.1 * Python version: 3.7 * Operating System: MacOS 10.15.5 ### Description I have the flask subscription example up and running and everything worked perfect. I'm...
### Description Django channels implements the ASGI spec. Many other frameworks also implement that spec, and any ASGI-compliant "app" can be *mounted* as part of another ASGI app(though usually framework-specific...