UNPKG

nsgm-cli

Version:

A CLI tool to run Next/Style-components and Graphql/Mysql fullstack project

8 lines (7 loc) 172 B
import { BaseGenerator } from './base-generator'; /** * GraphQL Schema生成器 */ export declare class SchemaGenerator extends BaseGenerator { generate(): string; }