Skip to content

Commit 20091ee

Browse files
Update content/graphql/cli-plugin.md
Co-Authored-By: John Biundo <[email protected]>
1 parent 2b77a4e commit 20091ee

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

content/graphql/cli-plugin.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@ export class Author {
5555
The plugin adds appropriate decorators on-the-fly based on the **Abstract Syntax Tree**. Thus, you won't have to struggle with `@Field` decorators scattered throughout the code.
5656

5757
> info **Hint** The plugin will automatically generate any missing swagger properties, but if you need to override them, simply set them explicitly via `@Field()`.
58-
58+
#### Using the CLI plugin
5959
To enable the plugin, open `nest-cli.json` (if you use [Nest CLI](/cli/overview)) and add the following `plugins` configuration:
6060

6161
```javascript

0 commit comments

Comments
 (0)