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

Better upstream OAuth provider pagination and filtering

This commit is contained in:
Quentin Gliech
2023-07-21 18:36:08 +02:00
parent 6767c93a75
commit 517438471c
12 changed files with 331 additions and 154 deletions

View File

@@ -668,6 +668,8 @@ export type UpstreamOAuth2ProviderConnection = {
nodes: Array<UpstreamOAuth2Provider>;
/** Information to aid in pagination. */
pageInfo: PageInfo;
/** Identifies the total count of items in the connection. */
totalCount: Scalars["Int"]["output"];
};
/** An edge in a connection. */