You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: executions/graphql-kotlin-dataloader-instrumentation/src/main/kotlin/com/expediagroup/graphql/dataloader/instrumentation/level/state/ExecutionLevelDispatchedState.kt
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -124,7 +124,7 @@ class ExecutionLevelDispatchedState(
124
124
onLevelDispatched:OnLevelDispatchedCallback
125
125
): InstrumentationContext<Any> {
126
126
val executionInput = parameters.executionContext.executionInput
127
-
val path = parameters.environment.executionStepInfo.path
Copy file name to clipboardExpand all lines: executions/graphql-kotlin-dataloader-instrumentation/src/main/kotlin/com/expediagroup/graphql/dataloader/instrumentation/syncexhaustion/state/SyncExecutionExhaustedState.kt
+3-4Lines changed: 3 additions & 4 deletions
Original file line number
Diff line number
Diff line change
@@ -86,7 +86,7 @@ class SyncExecutionExhaustedState(
86
86
/**
87
87
* This is called just before a field [DataFetcher] is invoked
88
88
*
89
-
* @param parameters contains information of which field will starting the fetching
89
+
* @param parameters contains information of which field will start the fetching
90
90
* @param onSyncExecutionExhausted invoke when the sync execution fo all operations is exhausted
91
91
* @return a [InstrumentationContext] object that will be called back when the [DataFetcher]
92
92
* dispatches and completes
@@ -96,10 +96,9 @@ class SyncExecutionExhaustedState(
0 commit comments