Skip to content

Latest commit

 

History

History
11 lines (7 loc) · 323 Bytes

README.md

File metadata and controls

11 lines (7 loc) · 323 Bytes

Rust GraphQL Example

Article: Building Powerful GraphQL Servers with Rust

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

  • Juniper GraphQL Server

  • Diesel ORM

  • Actix web framework

  • Rust