TypeGraphqlModule
@tsed/cli-plugin-typegraphql
Usage
typescript
import { TypeGraphqlModule } from "@tsed/cli-plugin-typegraphql/src/TypeGraphqlModule";See /packages/cli-plugin-typegraphql/src/TypeGraphqlModule.ts.
Overview
ts
class TypeGraphqlModule {
protected packageJson: ProjectPackageJson;
$onAddPlugin(plugin: string, ctx: InitCmdContext): void;
}protected packageJson
ts
protected packageJson: ProjectPackageJson;$onAddPlugin
ts
$onAddPlugin(plugin: string, ctx: InitCmdContext): void;