tabby/crates/juniper-axum
Meng Zhang 5c52a71f77
refactor: extract ServiceLocator interface (#933)
* refactor: cleanup the dependency chain - ServerContext should be the only thing being public in server mod

* refactor ServiceLocator

* refactor: extract worker.rs

* refactor: move db as private repo of server

* rename server -> service
2023-12-01 22:16:59 +08:00
..
src refactor: extract ServiceLocator interface (#933) 2023-12-01 22:16:59 +08:00
Cargo.toml feat: add graphql interface to tabby-webserver (#770) 2023-11-12 14:52:28 -08:00
LICENSE feat: add graphql interface to tabby-webserver (#770) 2023-11-12 14:52:28 -08:00
README.md feat: add graphql interface to tabby-webserver (#770) 2023-11-12 14:52:28 -08:00

README.md

juniper_axum

Adopted from https://github.com/graphql-rust/juniper/tree/master/juniper_axum for juniper 15