We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 07fdef8 commit b074645Copy full SHA for b074645
src/HotChocolate/Core/src/Validation/DocumentValidatorContext.cs
@@ -138,6 +138,9 @@ public void Clear()
138
_nonNullString = null;
139
VariableValues = null;
140
ContextData = default!;
141
+ ProcessedFieldPairs.Clear();
142
+ NextFieldPairs.Clear();
143
+ CurrentFieldPairs.Clear();
144
Path.Clear();
145
SelectionSets.Clear();
146
FieldSets.Clear();
0 commit comments