add graphql support

This commit is contained in:
41666 2022-11-25 18:36:33 -05:00
parent d1ab9ae173
commit ce66c16185
9 changed files with 919 additions and 77 deletions

View file

@ -9,4 +9,7 @@ edition = "2021"
rocket = { version = "0.5.0-rc.2", features = ["json"] }
rocket_db_pools = { version = "0.1.0-rc.2", features = [ "deadpool_redis" ] }
serde_json = "1.0.88"
serde = "1.0.147"
serde = "1.0.147"
juniper = "0.15.10"
juniper_rocket = "0.8.2"
once_cell = "1.16.0"