You've already forked authentication-service
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:
@@ -48,6 +48,7 @@ const QUERY = graphql(/* GraphQL */ `
|
||||
after: $after
|
||||
last: $last
|
||||
before: $before
|
||||
state: ACTIVE
|
||||
) {
|
||||
edges {
|
||||
cursor
|
||||
|
||||
Reference in New Issue
Block a user