| Crates.io | juniper_subscriptions |
| lib.rs | juniper_subscriptions |
| version | 0.18.0 |
| created_at | 2020-12-10 05:51:39.340828+00 |
| updated_at | 2025-09-08 21:05:13.844188+00 |
| description | Juniper `SubscriptionCoordinator` and `SubscriptionConnection` implementations. |
| homepage | https://github.com/graphql-rust/juniper/tree/master/juniper_subscriptions |
| repository | https://github.com/graphql-rust/juniper |
| max_upload_size | |
| id | 321393 |
| size | 46,715 |
juniper_subscriptions crateThis repository contains SubscriptionCoordinator and SubscriptionConnection implementations for
juniper, a GraphQL library for Rust.
You need both this and juniper crate for usage.
For this crate's documentation, check out API docs.
For SubscriptionCoordinator and SubscriptionConnection documentation, check out juniper API docs.
Check juniper_warp/examples/subscription.rs for example code of a working warp server with GraphQL subscription handlers.
This project is licensed under BSD 2-Clause License.