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: qudini-reactive-graphql/README.md
+4Lines changed: 4 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -38,6 +38,10 @@ public DataFetcherExceptionHandler graphqlExceptionHandler(...) {
38
38
return...;
39
39
}
40
40
```
41
+
### Query Depth
42
+
43
+
Your GraphQL Max Query Depth is expected to be available in the classpath, in `application.properties`. `qudini-reactive.graphql-max-depth` is the property name.
44
+
Exception is thrown if Query Depth is exceeded. If Property itself is not present, default value 5 is set.
0 commit comments