2022-04-08 17:44:50 +03:00
|
|
|
`juniper_warp` crate
|
|
|
|
====================
|
|
|
|
|
|
|
|
[](https://crates.io/crates/juniper_warp)
|
|
|
|
[](https://docs.rs/juniper_warp)
|
|
|
|
[](https://github.com/graphql-rust/juniper/actions?query=workflow%3ACI+branch%3Amaster)
|
2022-12-19 09:31:23 +01:00
|
|
|
[](https://blog.rust-lang.org/2022/11/03/Rust-1.65.0.html)
|
2022-04-08 17:44:50 +03:00
|
|
|
|
|
|
|
- [Changelog](https://github.com/graphql-rust/juniper/blob/master/juniper_warp/CHANGELOG.md)
|
|
|
|
|
|
|
|
[`warp`] web server integration for [`juniper`] ([GraphQL] implementation for [Rust]).
|
|
|
|
|
|
|
|
|
2018-09-07 23:28:56 +02:00
|
|
|
|
|
|
|
|
|
|
|
## Documentation
|
|
|
|
|
2022-04-08 17:44:50 +03:00
|
|
|
For documentation, including guides and examples, check out [Juniper Book].
|
|
|
|
|
|
|
|
A basic usage example can also be found in the [API docs][`juniper_warp`].
|
|
|
|
|
|
|
|
|
2018-09-07 23:28:56 +02:00
|
|
|
|
|
|
|
|
|
|
|
## Examples
|
|
|
|
|
2023-09-21 23:24:41 +02:00
|
|
|
Check [`examples/subscription.rs`][1] for example code of a working [`warp`] server with [GraphQL] handlers and subscriptions.
|
2022-04-08 17:44:50 +03:00
|
|
|
|
2018-09-07 23:28:56 +02:00
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
## License
|
|
|
|
|
2022-04-08 17:44:50 +03:00
|
|
|
This project is licensed under [BSD 2-Clause License](https://github.com/graphql-rust/juniper/blob/master/juniper_warp/LICENSE).
|
2018-09-07 23:28:56 +02:00
|
|
|
|
|
|
|
|
2022-04-08 17:44:50 +03:00
|
|
|
|
|
|
|
|
|
|
|
[`juniper`]: https://docs.rs/juniper
|
|
|
|
[`juniper_warp`]: https://docs.rs/juniper_warp
|
|
|
|
[`warp`]: https://docs.rs/warp
|
2018-09-07 23:28:56 +02:00
|
|
|
[GraphQL]: http://graphql.org
|
2022-04-08 17:44:50 +03:00
|
|
|
[Juniper Book]: https://graphql-rust.github.io
|
|
|
|
[Rust]: https://www.rust-lang.org
|
|
|
|
|
2023-09-21 23:24:41 +02:00
|
|
|
[1]: https://github.com/graphql-rust/juniper/blob/master/juniper_warp/examples/subscription.rs
|