refactor: rewrite useAdminSamlAuthProviderRoleMappings with RQ
This commit is contained in:
@@ -1,11 +0,0 @@
|
||||
import { gql } from '@apollo/client';
|
||||
export const GET_SAML_AUTH_PROVIDER_ROLE_MAPPINGS = gql`
|
||||
query GetSamlAuthProviderRoleMappings($id: String!) {
|
||||
getSamlAuthProviderRoleMappings(id: $id) {
|
||||
id
|
||||
samlAuthProviderId
|
||||
roleId
|
||||
remoteRoleName
|
||||
}
|
||||
}
|
||||
`;
|
Reference in New Issue
Block a user