Skip to content

Commit

Permalink
Adds the property back for backwards compatibility (#5120)
Browse files Browse the repository at this point in the history
  • Loading branch information
PascalSenn committed Jun 3, 2022
1 parent 15ca0db commit 4a9fcd0
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions src/HotChocolate/Core/src/Types/Resolvers/IResolverContext.cs
Original file line number Diff line number Diff line change
Expand Up @@ -170,4 +170,9 @@ public interface IResolverContext : IPureResolverContext
/// Returns the query root instance.
/// </returns>
T GetQueryRoot<T>();

/// <summary>
/// Gets the current execution path.
/// </summary>
new Path Path { get; }
}

0 comments on commit 4a9fcd0

Please sign in to comment.