![dependabot[bot]](/assets/img/avatar_default.png)
- replace `proc-macro-error` crate with simplified `common::diagnostic::pollyfill` - migrate `juniper_codegen_tests` to stable Rust Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Kai Ren <tyranron@gmail.com>
46 lines
1.6 KiB
Markdown
46 lines
1.6 KiB
Markdown
`juniper_subscriptions` crate
|
|
=============================
|
|
|
|
[](https://crates.io/crates/juniper_subscriptions)
|
|
[](https://docs.rs/juniper_subscriptions)
|
|
[](https://github.com/graphql-rust/juniper/actions?query=workflow%3ACI+branch%3Amaster)
|
|
[](https://blog.rust-lang.org/2023/10/05/Rust-1.73.0.html)
|
|
|
|
- [Changelog](https://github.com/graphql-rust/juniper/blob/master/juniper_subscriptions/CHANGELOG.md)
|
|
|
|
This repository contains `SubscriptionCoordinator` and `SubscriptionConnection` implementations for
|
|
[`juniper`], a [GraphQL] library for Rust.
|
|
|
|
You need both this and [`juniper`] crate for usage.
|
|
|
|
|
|
|
|
|
|
## Documentation
|
|
|
|
For this crate's documentation, check out [API docs](https://docs.rs/juniper_subscriptions).
|
|
|
|
For `SubscriptionCoordinator` and `SubscriptionConnection` documentation, check out [`juniper` API docs][`juniper`].
|
|
|
|
|
|
|
|
|
|
## Examples
|
|
|
|
Check [`juniper_warp/examples/subscription.rs`][1] for example code of a working [`warp`] server with [GraphQL] subscription handlers.
|
|
|
|
|
|
|
|
|
|
## License
|
|
|
|
This project is licensed under [BSD 2-Clause License](https://github.com/graphql-rust/juniper/blob/master/juniper_subscriptions/LICENSE).
|
|
|
|
|
|
|
|
|
|
[`juniper`]: https://docs.rs/juniper
|
|
[`warp`]: https://docs.rs/warp
|
|
[GraphQL]: http://graphql.org
|
|
|
|
[1]: https://github.com/graphql-rust/juniper/blob/master/juniper_warp/examples/subscription.rs
|