refactor(web): remove typescript
This commit is contained in:
11
packages/web/src/graphql/queries/get-app-auth-clients.ee.js
Normal file
11
packages/web/src/graphql/queries/get-app-auth-clients.ee.js
Normal file
@@ -0,0 +1,11 @@
|
||||
import { gql } from '@apollo/client';
|
||||
export const GET_APP_AUTH_CLIENTS = gql`
|
||||
query GetAppAuthClients($appKey: String!, $active: Boolean) {
|
||||
getAppAuthClients(appKey: $appKey, active: $active) {
|
||||
id
|
||||
appConfigId
|
||||
name
|
||||
active
|
||||
}
|
||||
}
|
||||
`;
|
Reference in New Issue
Block a user