feat(queries/getAutomatischInfo): add mation

This commit is contained in:
Ali BARIN
2023-12-12 17:37:27 +00:00
parent 77fbb0c9da
commit 70bb7defd1
5 changed files with 72 additions and 0 deletions

View File

@@ -4,6 +4,7 @@ export const GET_AUTOMATISCH_INFO = gql`
query GetAutomatischInfo {
getAutomatischInfo {
isCloud
isMation
}
}
`;