Merge pull request #1725 from automatisch/AUT-838

refactor: rewrite useSamlAuthProviders with RQ
This commit is contained in:
Ali BARIN
2024-03-15 15:28:01 +01:00
committed by GitHub
12 changed files with 52 additions and 48 deletions

View File

@@ -29,7 +29,6 @@ type Query {
getNotifications: [Notification]
getSamlAuthProviderRoleMappings(id: String!): [SamlAuthProvidersRoleMapping]
getUsers(limit: Int!, offset: Int!): UserConnection
listSamlAuthProviders: [ListSamlAuthProvider]
}
type Mutation {
@@ -637,13 +636,6 @@ type Usage {
task: Int
}
type ListSamlAuthProvider {
id: String
name: String
issuer: String
loginUrl: String
}
type Permission {
id: String
action: String