juniper/juniper_actix
2025-01-02 14:02:36 +02:00
..
examples Improve WebSocket integration (#1191, #1022) 2023-09-21 23:24:41 +02:00
src Tune lints for 1.80 Rust 2024-07-26 19:13:47 +03:00
Cargo.toml Upgrade actix-identity crate from 0.7 to 0.8 version (#1285) 2024-09-19 11:40:39 +02:00
CHANGELOG.md Upgrade derive_more crate from 0.99.8 to 1.0 version (#1272) 2024-08-12 23:31:39 +02:00
LICENSE Update copyright notices to 2025 year 2025-01-02 14:02:36 +02:00
README.md Upgrade derive_more crate from 0.99.8 to 1.0 version (#1272) 2024-08-12 23:31:39 +02:00
release.toml Improve CI (#1113) 2022-10-21 16:07:17 +00:00

juniper_actix crate

Crates.io Documentation CI Rust 1.75+

actix-web web server integration for juniper (GraphQL implementation for Rust).

It's inspired and some parts are copied from juniper_warp crate.

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/subscription.rs for example code of a working actix-web server with GraphQL handlers.

License

This project is licensed under BSD 2-Clause License.