File tree Expand file tree Collapse file tree 2 files changed +5
-2
lines changed
src/HotChocolate/Fusion/src/Core Expand file tree Collapse file tree 2 files changed +5
-2
lines changed Original file line number Diff line number Diff line change @@ -364,7 +364,7 @@ public BatchExecutionState(
364
364
365
365
/// <summary>
366
366
/// 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"/>
368
368
/// has been executed.
369
369
/// </summary>
370
370
public IReadOnlyList < string > Provides { get ; }
Original file line number Diff line number Diff line change @@ -16,9 +16,12 @@ internal sealed class NodeExecutionStep : ExecutionStep
16
16
/// <param name="nodeSelection">
17
17
/// The node selection.
18
18
/// </param>
19
- /// <param name="queryTypeMetadata ">
19
+ /// <param name="queryType ">
20
20
/// The query type.
21
21
/// </param>
22
+ /// <param name="queryTypeMetadata">
23
+ /// The query type metadata.
24
+ /// </param>
22
25
/// <exception cref="ArgumentNullException">
23
26
/// <paramref name="nodeSelection"/> is <c>null</c>.
24
27
/// </exception>
You can’t perform that action at this time.
0 commit comments