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: src/main/java/graphql/execution/instrumentation/dataloader/PerLevelDataLoaderDispatchStrategyWithDeferAlwaysDispatch.java
+9-9Lines changed: 9 additions & 9 deletions
Original file line number
Diff line number
Diff line change
@@ -31,11 +31,11 @@ public class PerLevelDataLoaderDispatchStrategyWithDeferAlwaysDispatch implement
31
31
privatefinalExecutionContextexecutionContext;
32
32
33
33
/**
34
-
* This flag is used to determine if we are in a deferred context or not.
34
+
* This flag is used to determine if we have started the deferred execution.
35
35
* The value of this flag is set to true as soon as we identified that a deferred field is being executed, and then
36
36
* the flag stays on that state for the remainder of the execution.
0 commit comments