UNPKG

@martel/tql-template

Version:

A project template for creating new tql applications

10 lines (7 loc) 130 B
import { gql } from 'apollo-server-express'; const Schema = gql` type Query { hello: String } `; export default Schema;