Skip to content

Commit 1edf746

Browse files
Update content/graphql/complexity.md
1 parent e57a09d commit 1edf746

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

content/graphql/complexity.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -87,7 +87,7 @@ title: string;
8787

8888
#### Query/Mutation-level complexity
8989

90-
Additionally, `@Query()` and `@Mutation()` may have a `complexity` property specified like so:
90+
In addition, `@Query()` and `@Mutation()` decorators may have a `complexity` property specified like so:
9191

9292
```typescript
9393
@Query({ complexity: (options: ComplexityEstimatorArgs) => options.args.count * options.childComplexity })

0 commit comments

Comments
 (0)