Crates.io | juniper_axum |
lib.rs | juniper_axum |
version | 0.1.1 |
source | src |
created_at | 2024-03-20 21:46:17.98777 |
updated_at | 2024-10-28 12:09:12.883091 |
description | `juniper` GraphQL integration with `axum`. |
homepage | https://github.com/graphql-rust/juniper/tree/master/juniper_axum |
repository | https://github.com/graphql-rust/juniper |
max_upload_size | |
id | 1181009 |
size | 97,442 |
juniper_axum
crateaxum
web server integration for juniper
(GraphQL implementation for Rust).
For documentation, including guides and examples, check out Juniper Book.
A basic usage example can also be found in the API docs.
Check examples/simple.rs
and examples/custom.rs
for example code of a working axum
server with GraphQL handlers.
This project is licensed under BSD 2-Clause License.