Skip to content

Commit 22eca05

Browse files
schelevmikhailjoemcbride
authored andcommitted
Fix lost "Path" property after converting ResolveFieldContext to ResolveFieldContext<TSourceType> (graphql-dotnet#1023)
1 parent 86b84b0 commit 22eca05

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/GraphQL/Types/ResolveFieldContext.cs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -73,6 +73,7 @@ public ResolveFieldContext(ResolveFieldContext context)
7373
Metrics = context.Metrics;
7474
Errors = context.Errors;
7575
SubFields = context.SubFields;
76+
Path = context.Path;
7677
}
7778

7879
public TType GetArgument<TType>(string name, TType defaultValue = default)

0 commit comments

Comments
 (0)