diff --git a/src/HotChocolate/Core/src/Execution/Pipeline/Complexity/ComplexityContext.cs b/src/HotChocolate/Core/src/Execution/Pipeline/Complexity/ComplexityContext.cs
index be0c6669416..854ccbf5055 100644
--- a/src/HotChocolate/Core/src/Execution/Pipeline/Complexity/ComplexityContext.cs
+++ b/src/HotChocolate/Core/src/Execution/Pipeline/Complexity/ComplexityContext.cs
@@ -51,6 +51,11 @@ public ComplexityContext(
///
public FieldNode Selection { get; }
+ ///
+ /// Gets the coerced variables of the current request.
+ ///
+ public IVariableValueCollection Variables => _valueCollection;
+
///
/// Gets the field`s base complexity.
///