chore: remove update-app-config mutation

This commit is contained in:
Ali BARIN
2024-08-28 12:55:49 +00:00
parent 1392fed023
commit 19c4561feb
4 changed files with 0 additions and 34 deletions

View File

@@ -1,12 +0,0 @@
import { gql } from '@apollo/client';
export const UPDATE_APP_CONFIG = gql`
mutation UpdateAppConfig($input: UpdateAppConfigInput) {
updateAppConfig(input: $input) {
id
key
allowCustomConnection
shared
disabled
}
}
`;