We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d4c1928 commit 2b77a4eCopy full SHA for 2b77a4e
content/graphql/cli-plugin.md
@@ -38,7 +38,7 @@ export class Author {
38
39
While not a significant issue with medium-sized projects, it becomes verbose & hard to maintain once you have a large set of classes.
40
41
-Now, with the GraphQL plugin enabled, the above class definition can be declared simply:
+By enabling the GraphQL plugin, the above class definition can be declared simply:
42
43
```typescript
44
@@filename(authors/models/author.model)
0 commit comments