UNPKG

jok

Version:

Bundle of utility functions for code generation related to nodejs and graphql

11 lines (9 loc) 143 B
import { gql } from 'apollo-server-express' export default gql` type Query { """ Hello world field """ hello: String! } `