Playing with Rust, Rocket, Juniper.
Go to file
Alex Wright 23d349c271 Add a README.md and a little demo screenshot 2021-07-11 17:12:54 +00:00
src Move the route mods to matching URI namespaces 2021-07-11 16:45:58 +00:00
.gitignore This took most of today to get working. 2021-07-11 13:33:02 +00:00
Cargo.lock No idea why the versions are gone from .lock, but ok. 2021-07-11 15:29:41 +00:00
Cargo.toml Rocket JSON isn't contrib anymore. Duh. 2021-07-11 15:30:55 +00:00
README.md Add a README.md and a little demo screenshot 2021-07-11 17:12:54 +00:00

README.md

Playing around with Rust, Rocket, Juniper

Little demo/test playing with Rust, Rocket, Juniper to get a GraphQL interface to a list of names basicly.

My Rust knowlage is rusty.. took me most of a day to get something together to compile a schema. Threadsafey was killing me on that incrementing id for about two hours. By the end when wrapping that .values() iter in a Juniper graphql_object I actually wrote that and it compiled first time! Very Wow.

Screenshot of me using the Graphiql interface hosted by the app