Merge pull request #1733 from automatisch/AUT-844

refactor: rewrite useUser with RQ
This commit is contained in:
Ali BARIN
2024-03-15 14:03:20 +01:00
committed by GitHub
7 changed files with 19 additions and 204 deletions

View File

@@ -29,7 +29,6 @@ type Query {
getNotifications: [Notification]
getSamlAuthProviderRoleMappings(id: String!): [SamlAuthProvidersRoleMapping]
getTrialStatus: GetTrialStatus
getUser(id: String!): User
getUsers(limit: Int!, offset: Int!): UserConnection
listSamlAuthProviders: [ListSamlAuthProvider]
}