---
symbol: TypeGraphqlModule
module: "@tsed/cli-plugin-typegraphql"
type: class
meta:
 - name: keywords
   description: api typescript node.js documentation TypeGraphqlModule class
---
# TypeGraphqlModule - @tsed/cli-plugin-typegraphql

## Usage

```typescript
import { TypeGraphqlModule } from "@tsed/cli-plugin-typegraphql/src/TypeGraphqlModule";
```

> See [/packages/cli-plugin-typegraphql/src/TypeGraphqlModule.ts](https://github.com/tsedio/tsed-cli/blob/v7.5.1/packages/cli-plugin-typegraphql/src/TypeGraphqlModule.ts#L0-L0).

## Overview

```ts
class TypeGraphqlModule {
    protected packageJson: ProjectPackageJson;
    $onAddPlugin(plugin: string, ctx: InitCmdContext): void;
}
```

<!-- Members -->

## protected packageJson

```ts
protected packageJson: ProjectPackageJson;
```

## $onAddPlugin

```ts
$onAddPlugin(plugin: string, ctx: InitCmdContext): void;
```
