refactor: remove get-roles GQL query

This commit is contained in:
Rıdvan Akca
2024-03-14 16:35:51 +03:00
parent 9218091c33
commit ecc9379d7e
7 changed files with 12 additions and 163 deletions

View File

@@ -29,7 +29,6 @@ type Query {
getInvoices: [Invoice]
getPermissionCatalog: PermissionCatalog
getRole(id: String!): Role
getRoles: [Role]
getNotifications: [Notification]
getSamlAuthProvider: SamlAuthProvider
getSamlAuthProviderRoleMappings(id: String!): [SamlAuthProvidersRoleMapping]