refactor(web): remove typescript
This commit is contained in:
@@ -0,0 +1,11 @@
|
||||
import { gql } from '@apollo/client';
|
||||
export const LIST_SAML_AUTH_PROVIDERS = gql`
|
||||
query ListSamlAuthProviders {
|
||||
listSamlAuthProviders {
|
||||
id
|
||||
name
|
||||
loginUrl
|
||||
issuer
|
||||
}
|
||||
}
|
||||
`;
|
||||
Reference in New Issue
Block a user