iwilsonq / rust-graphql-example

The accompanying project for a tutorial. Uses Rust, Juniper GraphQL Server + Actix, and Diesel ORM.
119 stars 14 forks source link

little improvement for the post "How to Build Powerful GraphQL Servers with Rust" #3

Open p-alik opened 4 years ago

p-alik commented 4 years ago

Thank you for taking the time to write this great post.

The line use crate::schema::{create_schema, Schema};in the post should be replaced by https://github.com/iwilsonq/rust-graphql-example/blob/31e6d6faccc1ccffab231fd01b3ca701074acbc6/src/main.rs#L20