You've already forked authentication-service
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:
@@ -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. */
|
||||
|
||||
Reference in New Issue
Block a user