refactor(web): remove typescript
This commit is contained in:
@@ -0,0 +1,8 @@
|
||||
import { gql } from '@apollo/client';
|
||||
export const UPSERT_SAML_AUTH_PROVIDER = gql`
|
||||
mutation UpsertSamlAuthProvider($input: UpsertSamlAuthProviderInput) {
|
||||
upsertSamlAuthProvider(input: $input) {
|
||||
id
|
||||
}
|
||||
}
|
||||
`;
|
Reference in New Issue
Block a user