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

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

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"] }
```