Crates.io | juniper_warp |
lib.rs | juniper_warp |
version | 0.8.0 |
source | src |
created_at | 2018-09-13 16:31:35.499396 |
updated_at | 2024-03-20 20:41:02.746329 |
description | `juniper` GraphQL integration with `warp`. |
homepage | https://github.com/graphql-rust/juniper/tree/master/juniper_warp |
repository | https://github.com/graphql-rust/juniper |
max_upload_size | |
id | 84556 |
size | 88,239 |
juniper_warp
cratewarp
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/subscription.rs
for example code of a working warp
server with GraphQL handlers and subscriptions.
This project is licensed under BSD 2-Clause License.