server: fix backward pagination

This commit is contained in:
2023-11-25 08:39:56 -08:00
parent f7df834325
commit 24414b04bb
3 changed files with 10 additions and 20 deletions

View File

@@ -17,7 +17,7 @@ log = "0.4.17"
tokio = "1.26.0"
glog = "0.1.0"
urlencoding = "2.1.3"
async-graphql = "6.0.11"
async-graphql = { version = "6.0.11", features = ["log"] }
async-graphql-rocket = "6.0.11"
rocket_cors = "0.6.0"
rayon = "1.8.0"