chore: remove update-app-config mutation
This commit is contained in:
@@ -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
|
||||
}
|
||||
}
|
||||
`;
|
Reference in New Issue
Block a user