refactor(web): remove typescript
This commit is contained in:
6
packages/web/src/graphql/queries/get-config.ee.js
Normal file
6
packages/web/src/graphql/queries/get-config.ee.js
Normal file
@@ -0,0 +1,6 @@
|
||||
import { gql } from '@apollo/client';
|
||||
export const GET_CONFIG = gql`
|
||||
query GetConfig($keys: [String]) {
|
||||
getConfig(keys: $keys)
|
||||
}
|
||||
`;
|
Reference in New Issue
Block a user