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

https://github.com/akihokurino/rust-graphql-diesel

rust sample. use juniper and juniper-from-schema for graphql.
https://github.com/akihokurino/rust-graphql-diesel

actix-web diesel graphql juniper juniper-from-schema rust

Last synced: 7 months ago
JSON representation

rust sample. use juniper and juniper-from-schema for graphql.

Awesome Lists containing this project

README

          

## Used, Dependency
- rust 1.53.0
- actix-web( https://actix.rs/ )
- juniper( https://github.com/graphql-rust/juniper )
- juniper-from-schema( https://github.com/davidpdrsn/juniper-from-schema )
- dataloader( https://github.com/cksac/dataloader-rs )
- diesel( https://github.com/diesel-rs/diesel )