Skip to content

Commit a484c30

Browse files
committed
Fixed XML Documentation Tags in Fusion
1 parent d5141da commit a484c30

File tree

2 files changed

+5
-2
lines changed

2 files changed

+5
-2
lines changed

src/HotChocolate/Fusion/src/Core/Execution/Nodes/ResolveByKeyBatch.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -364,7 +364,7 @@ public BatchExecutionState(
364364

365365
/// <summary>
366366
/// Gets a list of keys representing the state that is being
367-
/// provided after the associated <see cref="SelectionSet"/>
367+
/// provided after the associated <see cref="ResolverNodeBase.SelectionSet"/>
368368
/// has been executed.
369369
/// </summary>
370370
public IReadOnlyList<string> Provides { get; }

src/HotChocolate/Fusion/src/Core/Planning/Steps/NodeExecutionStep.cs

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,9 +16,12 @@ internal sealed class NodeExecutionStep : ExecutionStep
1616
/// <param name="nodeSelection">
1717
/// The node selection.
1818
/// </param>
19-
/// <param name="queryTypeMetadata">
19+
/// <param name="queryType">
2020
/// The query type.
2121
/// </param>
22+
/// <param name="queryTypeMetadata">
23+
/// The query type metadata.
24+
/// </param>
2225
/// <exception cref="ArgumentNullException">
2326
/// <paramref name="nodeSelection"/> is <c>null</c>.
2427
/// </exception>

0 commit comments

Comments
 (0)