UNPKG

megaera

Version:
5 lines (4 loc) 238 B
import { GraphQLType } from 'graphql/type/definition.js'; import { Content } from './visitor.js'; export declare function generate(content: Content): string; export declare function generateType(t?: GraphQLType, orNull?: string): string;