feat: make automatisch info available

This commit is contained in:
Ali BARIN
2023-03-06 18:04:47 +00:00
parent 66be6d1e89
commit 26d8e5856a
5 changed files with 77 additions and 5 deletions

View File

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