Skip to content

Commit

Permalink
Fixed Breaking Change (#4710)
Browse files Browse the repository at this point in the history
  • Loading branch information
michaelstaib committed Jan 31, 2022
1 parent f071292 commit 81eea3a
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions src/HotChocolate/Core/src/Types/Resolvers/IResolverContext.cs
Expand Up @@ -50,6 +50,12 @@ public interface IResolverContext : IPureResolverContext
/// <value></value>
NameString ResponseName { get; }

/// <summary>
/// Gets the current execution path.
/// </summary>
// note: this needs to stay here for compatibility reasons.
new Path Path { get; }

/// <summary>
/// Indicates that the context has errors. To report new errors use <see cref="ReportError(IError)"/>
/// </summary>
Expand Down

0 comments on commit 81eea3a

Please sign in to comment.