28c116411d
* Switch releasing commands from a blocklist to an allowlist This is much better as we can hardocde the crates to filter out in one place, can selectively release certain crates easily, and only have one command instead of the "-some" hack * get rid of workaround no longer needed * More makefiles |
||
---|---|---|
.. | ||
src | ||
.gitignore | ||
Cargo.toml | ||
CHANGELOG.md | ||
LICENSE | ||
Makefile.toml | ||
README.md | ||
release.toml |
juniper_subscriptions
This repository contains SubscriptionCoordinator and SubscriptionConnection implementations for Juniper, a GraphQL library for Rust.
Documentation
For this crate's documentation, check out API documentation.
For SubscriptionCoordinator
and SubscriptionConnection
documentation, check
out Juniper.
Examples
Check examples/warp_subscriptions for example code of a working warp server with GraphQL subscription handlers.
Links
License
This project is under the BSD-2 license.
Check the LICENSE file for details.