acde85a814
- add `From` impls to `InputValue` mirroring `Value` impls to provide better support for `Option` handling - support expressions in `graphql_value!` macro - use `null` in addition to `None` to create `Value::Null` in `graphql_value!` macro to mirror `serde_json::json!` - use macros for `InputValue` and `Variables` construction in tests Co-authored-by: Ilya Solovyiov <ilya.solovyiov@gmail.com> |
||
---|---|---|
.. | ||
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.