We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9171864 commit 08044c2Copy full SHA for 08044c2
v2/pkg/engine/datasource/grpc_datasource/execution_plan_visitor.go
@@ -412,8 +412,8 @@ func (r *rpcPlanVisitor) LeaveField(ref int) {
412
inRootField := r.walker.InRootField()
413
414
if inRootField {
415
- // When leaving a root field, this indicates that we are done with the current call.
416
- // We need to add the current call to the plan and reset the current call.
+ // Leaving a root field means the current RPC call is complete.
+ // Add the current call to the plan and reset the call state.
417
r.finalizeCall()
418
// RPC call is done, we can return.
419
return
0 commit comments