refactor: rewrite useSamlAuthProvider with RQ

This commit is contained in:
Rıdvan Akca
2024-03-15 15:50:24 +03:00
parent e381f95b95
commit b578e73cc4
7 changed files with 31 additions and 59 deletions

View File

@@ -28,7 +28,6 @@ type Query {
getConfig(keys: [String]): JSONObject
getPermissionCatalog: PermissionCatalog
getNotifications: [Notification]
getSamlAuthProvider: SamlAuthProvider
getSamlAuthProviderRoleMappings(id: String!): [SamlAuthProvidersRoleMapping]
getTrialStatus: GetTrialStatus
getUser(id: String!): User