Skip to content

Commit

Permalink
Reconfigured allowed ofType depth
Browse files Browse the repository at this point in the history
  • Loading branch information
michaelstaib committed Sep 30, 2024
1 parent 5fd5a50 commit 386abb3
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ private readonly (FieldCoordinate Coordinate, ushort MaxAllowed)[] _limits =
(new FieldCoordinate("__Type", "inputFields"), 1),
(new FieldCoordinate("__Type", "interfaces"), 1),
(new FieldCoordinate("__Type", "possibleTypes"), 1),
(new FieldCoordinate("__Type", "ofType"), 8),
(new FieldCoordinate("__Type", "ofType"), 16),
};

protected override ISyntaxVisitorAction Enter(
Expand Down

0 comments on commit 386abb3

Please sign in to comment.