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 e57a09d commit 1edf746Copy full SHA for 1edf746
content/graphql/complexity.md
@@ -87,7 +87,7 @@ title: string;
87
88
#### Query/Mutation-level complexity
89
90
-Additionally, `@Query()` and `@Mutation()` may have a `complexity` property specified like so:
+In addition, `@Query()` and `@Mutation()` decorators may have a `complexity` property specified like so:
91
92
```typescript
93
@Query({ complexity: (options: ComplexityEstimatorArgs) => options.args.count * options.childComplexity })
0 commit comments