https://github.com/djedou/ablema_graphql
ablema_graphql is async_graphql implementation for hyper
https://github.com/djedou/ablema_graphql
Last synced: 10 months ago
JSON representation
ablema_graphql is async_graphql implementation for hyper
- Host: GitHub
- URL: https://github.com/djedou/ablema_graphql
- Owner: djedou
- Created: 2021-01-23T18:23:16.000Z (almost 5 years ago)
- Default Branch: master
- Last Pushed: 2021-04-01T16:39:08.000Z (almost 5 years ago)
- Last Synced: 2025-01-29T04:26:39.756Z (11 months ago)
- Language: Rust
- Size: 10.7 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# ablema_graphql
ablema_graphql is async_graphql implementation for hyper
## how to use in your crate
```
ablema_graphql = { git = "https://github.com/djedou/ablema_graphql.git"}
hyper = { version = "0.14.2", features = ["full"] }
async-graphql = { version = "2.5.1", features = ["dataloader", "multipart", "unblock"] }
```