Merge pull request #1734 from automatisch/AUT-845

refactor: rewrite useUsers with RQ
This commit is contained in:
Ali BARIN
2024-03-20 16:08:07 +01:00
committed by GitHub
12 changed files with 49 additions and 244 deletions

View File

@@ -19,7 +19,6 @@ type Query {
getBillingAndUsage: GetBillingAndUsage
getConfig(keys: [String]): JSONObject
getNotifications: [Notification]
getUsers(limit: Int!, offset: Int!): UserConnection
}
type Mutation {
@@ -288,16 +287,6 @@ type SamlAuthProvidersRoleMapping {
remoteRoleName: String
}
type UserConnection {
edges: [UserEdge]
pageInfo: PageInfo
totalCount: Int
}
type UserEdge {
node: User
}
input CreateConnectionInput {
key: String!
appAuthClientId: String