Files
automatisch/packages/web/src/graphql/queries/get-automatisch-info.ts
2023-03-06 18:04:47 +00:00

11 lines
162 B
TypeScript

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