chore: remove upsert-saml-auth-providers-role-mappings mutation

This commit is contained in:
Ali BARIN
2024-09-02 15:32:04 +00:00
parent 95dc5fb849
commit 5556aea913
4 changed files with 0 additions and 70 deletions

View File

@@ -1,13 +0,0 @@
import { gql } from '@apollo/client';
export const UPSERT_SAML_AUTH_PROVIDERS_ROLE_MAPPINGS = gql`
mutation UpsertSamlAuthProvidersRoleMappings(
$input: UpsertSamlAuthProvidersRoleMappingsInput
) {
upsertSamlAuthProvidersRoleMappings(input: $input) {
id
samlAuthProviderId
roleId
remoteRoleName
}
}
`;