An open API service indexing awesome lists of open source software.

https://github.com/robertgzr/juniper_tower

Juniper GraphQL integration with tower_web
https://github.com/robertgzr/juniper_tower

graphql juniper rust tower web

Last synced: about 1 year ago
JSON representation

Juniper GraphQL integration with tower_web

Awesome Lists containing this project

README

          

# juniper_tower

[![Crates.io](https://img.shields.io/crates/v/juniper_tower.svg)](https://crates.io/crates/juniper_tower)
[![Docs.rs](https://docs.rs/juniper_tower/badge.svg)](https://docs.rs/juniper_tower)

[Juniper](https://github.com/graphql-rust/juniper) integration for the [tower_web](https://github.com/carllerche/tower-web) framework.

## Documentation

- [API documentation](https://docs.rs/juniper_tower)

## License

[MIT license](https://github.com/robertgzr/juniper_tower/blob/master/LICENSE)