import { gql } from "graphql-tag";
export const typeDefs = gql`
type Query {
hello: String!
}
`;
Powered by TurnKey Linux.