juniper_subscriptions

Crates.iojuniper_subscriptions
lib.rsjuniper_subscriptions
version0.17.0
sourcesrc
created_at2020-12-10 05:51:39.340828
updated_at2024-03-20 17:13:58.892236
descriptionJuniper `SubscriptionCoordinator` and `SubscriptionConnection` implementations.
homepagehttps://github.com/graphql-rust/juniper/tree/master/juniper_subscriptions
repositoryhttps://github.com/graphql-rust/juniper
max_upload_size
id321393
size35,742
Kai Ren (tyranron)

documentation

https://docs.rs/juniper_subscriptions

README

juniper_subscriptions crate

Crates.io Documentation CI Rust 1.73+

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.

For SubscriptionCoordinator and SubscriptionConnection documentation, check out juniper API docs.

Examples

Check juniper_warp/examples/subscription.rs for example code of a working warp server with GraphQL subscription handlers.

License

This project is licensed under BSD 2-Clause License.

Commit count: 1337

cargo fmt