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