refactor: remove GetAutomatischInfo GQL query

This commit is contained in:
Ali BARIN
2024-02-29 18:03:27 +00:00
parent 70af7d05e3
commit 1f8b81ee78
6 changed files with 0 additions and 230 deletions

View File

@@ -1,9 +0,0 @@
import { gql } from '@apollo/client';
export const GET_AUTOMATISCH_INFO = gql`
query GetAutomatischInfo {
getAutomatischInfo {
isCloud
isMation
}
}
`;