1
0
mirror of https://github.com/matrix-org/matrix-authentication-service.git synced 2025-11-23 11:02:35 +03:00

WIP: use sea-query for dynamic paginated queries

This commit is contained in:
Quentin Gliech
2023-07-19 13:34:39 +02:00
parent 5f8cd98052
commit 7e82ae845c
15 changed files with 360 additions and 86 deletions

View File

@@ -48,6 +48,7 @@ const QUERY = graphql(/* GraphQL */ `
after: $after
last: $last
before: $before
state: ACTIVE
) {
edges {
cursor