Skip to content

Commit

Permalink
Updated operation-complexity.md (#6284)
Browse files Browse the repository at this point in the history
  • Loading branch information
chimber authored Jun 25, 2023
1 parent e11401c commit f7cec16
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -124,7 +124,7 @@ services
.AddGraphQL()
.ModifyRequestOptions(o =>
{
o.Enable = true;
o.Complexity.Enable = true;
o.Complexity.MaximumAllowed = 1500;
});
```
Expand Down

0 comments on commit f7cec16

Please sign in to comment.