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.
- Host: GitHub
- URL: https://github.com/akihokurino/rust-graphql-diesel
- Owner: akihokurino
- Created: 2021-07-01T15:50:37.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2023-05-04T05:51:48.000Z (over 2 years ago)
- Last Synced: 2025-02-01T13:21:32.286Z (9 months ago)
- Topics: actix-web, diesel, graphql, juniper, juniper-from-schema, rust
- Language: Rust
- Homepage:
- Size: 91.8 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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 )