refactor: remove GetAutomatischInfo GQL query

This commit is contained in:
Ali BARIN
2024-03-01 15:14:22 +01:00
parent 70af7d05e3
commit 1f8b81ee78
6 changed files with 0 additions and 230 deletions
@@ -1,9 +0,0 @@
import { gql } from '@apollo/client';
export const GET_AUTOMATISCH_INFO = gql`
query GetAutomatischInfo {
getAutomatischInfo {
isCloud
isMation
}
}
`;