20 releases (10 breaking)
new 0.11.1 | Oct 29, 2024 |
---|---|
0.10.2 | Aug 21, 2024 |
0.10.1 | Jun 8, 2024 |
0.8.1 | Mar 21, 2024 |
0.1.0 | Apr 4, 2021 |
#16 in WebSocket
14,381 downloads per month
Used in 10 crates
(5 directly)
55KB
1K
SLoC
Overview
The goal of this library is to provide a runtime agnostic implementation for GraphQL-over-Websockets.
The library only supports subscriptions for now but will eventually support queries and mutations.
It supports the websocket libraries async-tungstenite, tokio-tungstenite and ws-stream-wasm, and
Integrations
The library offers integrations with some popular GraphQL clients with feature flags:
- graphql-client:
features = ["client-graphql-client"]
- cynic:
features = ["client-cynic"]
Documentation
The documentation is quite limited at the moment, here are some sources:
Logging
By default, the library will log some messages at the trace
level to help you debug.
It is possible to turn off the logging entirely by using the no-logging
feature.
Dependencies
~1.4–5MB
~95K SLoC