refactor(SamlConfiguration): rewrite mutations with REST API endpoints

This commit is contained in:
Ali BARIN
2024-08-30 11:46:35 +00:00
parent 1d4f829d29
commit f4fe0a0d4f
4 changed files with 68 additions and 49 deletions

View File

@@ -1,8 +0,0 @@
import { gql } from '@apollo/client';
export const UPSERT_SAML_AUTH_PROVIDER = gql`
mutation UpsertSamlAuthProvider($input: UpsertSamlAuthProviderInput) {
upsertSamlAuthProvider(input: $input) {
id
}
}
`;