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

WIP my account page

This commit is contained in:
Quentin Gliech
2023-04-27 17:06:52 +02:00
parent 3c933a9d29
commit d7403ca0fd
6 changed files with 111 additions and 61 deletions

View File

@@ -33,6 +33,13 @@ const QUERY = graphql(/* GraphQL */ `
...BrowserSession_session
}
}
pageInfo {
hasNextPage
hasPreviousPage
startCursor
endCursor
}
}
}
}