`juniper_axum` crate
====================
[](https://crates.io/crates/juniper_axum)
[](https://docs.rs/juniper_axum)
[](https://github.com/graphql-rust/juniper/actions?query=workflow%3ACI+branch%3Amaster)
[](https://blog.rust-lang.org/2025/02/20/Rust-1.85.0.html)
- [Changelog](https://github.com/graphql-rust/juniper/blob/juniper_axum-v0.3.0/juniper_axum/CHANGELOG.md)
[`axum`] 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][`juniper_axum`].
## Examples
Check [`examples/simple.rs`][1] and [`examples/custom.rs`][1] for example code of a working [`axum`] server with [GraphQL] handlers.
## License
This project is licensed under [BSD 2-Clause License](https://github.com/graphql-rust/juniper/blob/juniper_axum-v0.3.0/juniper_axum/LICENSE).
[`axum`]: https://docs.rs/axum
[`juniper`]: https://docs.rs/juniper
[`juniper_axum`]: https://docs.rs/juniper_axum
[GraphQL]: http://graphql.org
[Juniper Book]: https://graphql-rust.github.io/juniper
[Rust]: https://www.rust-lang.org
[1]: https://github.com/graphql-rust/juniper/blob/juniper_axum-v0.3.0/juniper_axum/examples/simple.rs
[2]: https://github.com/graphql-rust/juniper/blob/juniper_axum-v0.3.0/juniper_axum/examples/custom.rs