coasys_juniper_actix

Crates.iocoasys_juniper_actix
lib.rscoasys_juniper_actix
version0.5.0
sourcesrc
created_at2024-02-29 05:52:46.765549
updated_at2024-02-29 05:52:46.765549
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
id1157422
size100,591
Fayeed Pawaskar (fayeed)

documentation

https://docs.rs/juniper_actix

README

juniper_actix crate

Crates.io Documentation CI Rust 1.68+

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/actix_server.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: 1296

cargo fmt