Skip to content

Commit c248458

Browse files
committed
Removed ofType depth
1 parent d4c48d9 commit c248458

File tree

3 files changed

+1
-4671
lines changed

3 files changed

+1
-4671
lines changed

src/HotChocolate/Core/src/Validation/Rules/IntrospectionDepthVisitor.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ private readonly (FieldCoordinate Coordinate, ushort MaxAllowed)[] _limits =
1818
(new FieldCoordinate("__Type", "inputFields"), 1),
1919
(new FieldCoordinate("__Type", "interfaces"), 1),
2020
(new FieldCoordinate("__Type", "possibleTypes"), 1),
21-
(new FieldCoordinate("__Type", "ofType"), 8),
21+
(new FieldCoordinate("__Type", "ofType"), 16),
2222
];
2323

2424
protected override ISyntaxVisitorAction Enter(

0 commit comments

Comments
 (0)