Skip to content

Commit 96e2503

Browse files
mandiwisebenjie
andauthored
Fix links that are broken until other pages ship. (#1836)
Co-authored-by: Benjie <[email protected]>
1 parent 0fc56e6 commit 96e2503

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/pages/learn/security.mdx

+1-1
Original file line numberDiff line numberDiff line change
@@ -77,7 +77,7 @@ query {
7777
}
7878
```
7979

80-
Even when [the N+1 problem](/learn/performance/#the-n1-problem) has been remediated through batched requests to underlying data sources, overly nested fields may still place excessive load on server resources and impact API performance.
80+
Even when the N+1 problem has been remediated through batched requests to underlying data sources, overly nested fields may still place excessive load on server resources and impact API performance.
8181

8282
For this reason, it's a good idea to limit the maximum depth of fields that a single operation can have. Many GraphQL implementations expose configuration options that allow you to specify a maximum depth for a GraphQL document and return an error to the client if a request exceeds this limit before execution begins.
8383

0 commit comments

Comments
 (0)