Skip to content

Commit 386abb3

Browse files
committed
Reconfigured allowed ofType depth
1 parent 5fd5a50 commit 386abb3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ private readonly (FieldCoordinate Coordinate, ushort MaxAllowed)[] _limits =
2020
(new FieldCoordinate("__Type", "inputFields"), 1),
2121
(new FieldCoordinate("__Type", "interfaces"), 1),
2222
(new FieldCoordinate("__Type", "possibleTypes"), 1),
23-
(new FieldCoordinate("__Type", "ofType"), 8),
23+
(new FieldCoordinate("__Type", "ofType"), 16),
2424
};
2525

2626
protected override ISyntaxVisitorAction Enter(

0 commit comments

Comments
 (0)