server: fix backward pagination
This commit is contained in:
@@ -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()
|
||||
|
||||
Reference in New Issue
Block a user