Update depth_and_complexity.md

This commit is contained in:
Joe Zhou 2022-01-18 12:07:23 -05:00 committed by GitHub
parent bfb454bc53
commit 090b94e4d7
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 2 deletions

View File

@ -112,6 +112,6 @@ impl Query {
}
```
**Note: The complexity calculation is done in the validation phase and not in the execution phase, so you don't have to worry about the query
over-limit causing the execute only part of the query.**
**Note: The complexity calculation is done in the validation phase and not the execution phase,
so you don't have to worry about partial execution of over-limit queries.**