You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: documentation/instrumentation.md
+2-2Lines changed: 2 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -257,7 +257,7 @@ GraphQL.newGraphQL(schema)
257
257
258
258
## Query Complexity Instrumentation
259
259
260
-
``graphql.analysis.MaxQueryComplexityInstrumentation`` in an ``Instumentation`` implementation than can be used to abort a query if the total number of data
260
+
``graphql.analysis.MaxQueryComplexityInstrumentation`` in an ``Instrumentation`` implementation than can be used to abort a query if the total number of data
261
261
fields queried exceeds the defined limit.
262
262
263
263
```java
@@ -307,7 +307,7 @@ Would return a result like:
307
307
308
308
## Query Depth Instrumentation
309
309
310
-
``graphql.analysis.MaxQueryDepthInstrumentation`` in an ``Instumentation`` implementation than can be used to abort a query if the total depth of
310
+
``graphql.analysis.MaxQueryDepthInstrumentation`` in an ``Instrumentation`` implementation than can be used to abort a query if the total depth of
0 commit comments