Skip to content

Commit

Permalink
Removed ofType depth
Browse files Browse the repository at this point in the history
  • Loading branch information
michaelstaib committed Sep 30, 2024
1 parent d4c48d9 commit c248458
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 4,671 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,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
Loading

0 comments on commit c248458

Please sign in to comment.