ec0d7d8097
- rework and update existing chapters - mention correct case transformation for GraphQL enums (#1029) - document N+1 mitigation techniques and look-ahead features (#234, #444) - mention all integration crates (#867) - fix Book links (#679, #974, #1056) - remove old version of Book (#1168) Additionally: - disable `bson`, `url`, `uuid` and `schema-language` Cargo features by default in `juniper` crate Co-authored-by: Christian Legnitto <LegNeato@users.noreply.github.com>
1.5 KiB
1.5 KiB
juniper_hyper
crate
hyper
web server integration for juniper
(GraphQL implementation for Rust).
Documentation
For documentation, including guides and examples, check out Juniper Book.
A basic usage example can also be found in the API docs.
Examples
Check examples/hyper_server.rs
for example code of a working hyper
server with GraphQL handlers.
License
This project is licensed under BSD 2-Clause License.