You've already forked authentication-service
mirror of
https://github.com/matrix-org/matrix-authentication-service.git
synced 2025-11-20 12:02:22 +03:00
Better SSO login pagination and filtering
This commit is contained in:
@@ -216,6 +216,8 @@ export type CompatSsoLoginConnection = {
|
||||
nodes: Array<CompatSsoLogin>;
|
||||
/** 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