Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/iwilsonq/rust-graphql-example

The accompanying project for a tutorial. Uses Rust, Juniper GraphQL Server + Actix, and Diesel ORM.
https://github.com/iwilsonq/rust-graphql-example

Last synced: about 2 months ago
JSON representation

The accompanying project for a tutorial. Uses Rust, Juniper GraphQL Server + Actix, and Diesel ORM.

Awesome Lists containing this project

README

        

# Rust GraphQL Example

Article: [Building Powerful GraphQL Servers with Rust](https://dev.to/open-graphql/building-powerful-graphql-servers-with-rust-3gla)

The accompanying project for a tutorial. Uses Rust, Juniper GraphQL Server + Actix, and Diesel.

- Juniper GraphQL Server
- Diesel ORM
- Actix web framework

- Rust