2502c1b6da
Partially fixes https://github.com/graphql-rust/juniper/issues/248. * Install `cargo-release`. (currently need a patched one with https://github.com/sunng87/cargo-release/pull/74) * Run `cargo make release-dry-run` to do a dry run of a release * Run `cargo make release` to do a minor versioned release of every crate * Run `cargo make release-patch` to do a patch release of every crate To only release one crate: * Change directories into the desired crate * Point `cargo-make` to the workspace-level Makefile when running a command. For example, `cargo make --makefile ../Makefile.toml release-dry-run`. From the workspace root, run `cargo |
||
---|---|---|
.. | ||
examples | ||
src | ||
.gitignore | ||
Cargo.toml | ||
Changelog.md | ||
LICENSE | ||
Makefile.toml | ||
README.md | ||
release.toml |
juniper_hyper
This repository contains the Hyper web server integration for Juniper, a GraphQL implementation for Rust.
Documentation
For documentation, including guides and examples, check out Juniper.
A basic usage example can also be found in the API documentation.
Examples
Check examples/hyper_server.rs for example code of a working Hyper server with GraphQL handlers.
Links
License
This project is under the BSD-2 license.
Check the LICENSE file for details.