juniper_actix

Crates.iojuniper_actix
lib.rsjuniper_actix
version0.6.0
sourcesrc
created_at2020-12-10 06:12:30.205155
updated_at2024-07-23 13:43:15.548108
description`juniper` GraphQL integration with `actix-web`.
homepagehttps://github.com/graphql-rust/juniper/tree/master/juniper_actix
repositoryhttps://github.com/graphql-rust/juniper
max_upload_size
id321398
size97,312
Kai Ren (tyranron)

documentation

https://docs.rs/juniper_actix

README

juniper_actix crate

Crates.io Documentation CI Rust 1.73+

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.

Commit count: 1337

cargo fmt