juniper/juniper_subscriptions
Kai Ren 421b343398
Remove redundant extern crate usages (#790)
Additionally:
- remove obsolete benches in benches/ dir
- restore benches in juniper/benches/ dir
2020-10-19 19:42:27 +03:00
..
src GraphQL-WS crate and Warp subscriptions update (#721) 2020-07-28 22:23:44 -10:00
.gitignore Add subscription support (#433) 2020-03-18 20:31:36 -07:00
Cargo.toml Remove redundant extern crate usages (#790) 2020-10-19 19:42:27 +03:00
CHANGELOG.md Add subscription support (#433) 2020-03-18 20:31:36 -07:00
LICENSE Add subscription support (#433) 2020-03-18 20:31:36 -07:00
Makefile.toml Add subscription support (#433) 2020-03-18 20:31:36 -07:00
README.md Add subscription support (#433) 2020-03-18 20:31:36 -07:00
release.toml Add subscription support (#433) 2020-03-18 20:31:36 -07:00

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.

License

This project is under the BSD-2 license.

Check the LICENSE file for details.