UNPKG

graphql-static-binding

Version:
4 lines (3 loc) 167 B
import { Generator } from './types'; export { Generator } from './types'; export declare function generateCode(schema: string, generator: Generator | string): string;