add graphql support
This commit is contained in:
parent
d1ab9ae173
commit
ce66c16185
9 changed files with 919 additions and 77 deletions
|
@ -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"
|
Loading…
Add table
Add a link
Reference in a new issue