refactor(web): remove typescript
This commit is contained in:
12
packages/web/src/graphql/mutations/create-app-config.js
Normal file
12
packages/web/src/graphql/mutations/create-app-config.js
Normal file
@@ -0,0 +1,12 @@
|
||||
import { gql } from '@apollo/client';
|
||||
export const CREATE_APP_CONFIG = gql`
|
||||
mutation CreateAppConfig($input: CreateAppConfigInput) {
|
||||
createAppConfig(input: $input) {
|
||||
id
|
||||
key
|
||||
allowCustomConnection
|
||||
shared
|
||||
disabled
|
||||
}
|
||||
}
|
||||
`;
|
Reference in New Issue
Block a user