Files
automatisch/packages/web/src/graphql/queries/get-automatisch-info.ts
2023-12-12 17:37:27 +00:00

12 lines
177 B
TypeScript

import { gql } from '@apollo/client';
export const GET_AUTOMATISCH_INFO = gql`
query GetAutomatischInfo {
getAutomatischInfo {
isCloud
isMation
}
}
`;