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 aaa3854 commit 1fc39ecCopy full SHA for 1fc39ec
src/HotChocolate/Core/src/Execution/Pipeline/Complexity/ComplexityContext.cs
@@ -51,6 +51,11 @@ public ComplexityContext(
51
/// </summary>
52
public FieldNode Selection { get; }
53
54
+ /// <summary>
55
+ /// Gets the coerced variables of the current request.
56
+ /// </summary>
57
+ public IVariableValueCollection Variables => _valueCollection;
58
+
59
/// <summary>
60
/// Gets the field`s base complexity.
61
0 commit comments