Crates.io | juniper_rocket |
lib.rs | juniper_rocket |
version | 0.9.0 |
source | src |
created_at | 2017-12-03 16:22:19.532754 |
updated_at | 2024-03-20 20:57:49.132362 |
description | `juniper` GraphQL integration with `rocket`. |
homepage | https://github.com/graphql-rust/juniper/tree/master/juniper_rocket |
repository | https://github.com/graphql-rust/juniper |
max_upload_size | |
id | 41576 |
size | 67,919 |
juniper_rocket
craterocket
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
for example code of a working rocket
server with GraphQL handlers.
This project is licensed under BSD 2-Clause License.