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

@@ -167,6 +167,7 @@ async fn main() -> Result<(), Box<dyn Error>> {
let schema = Schema::build(QueryRoot, EmptyMutation, EmptySubscription)
.data(Notmuch::default())
.extension(async_graphql::extensions::Logger)
.finish();
let _ = rocket::build()