public class RequestLevelTrackingApproach extends AbstractTrackingApproach
| Constructor and Description |
|---|
RequestLevelTrackingApproach(java.util.List<graphql.execution.ExecutionId> executionIds,
org.dataloader.DataLoaderRegistry dataLoaderRegistry) |
| Modifier and Type | Method and Description |
|---|---|
graphql.execution.instrumentation.InstrumentationState |
createState(graphql.execution.ExecutionId executionId)
Handles creating any state for DataLoaderDispatcherInstrumentation
|
beginDeferredField, beginExecutionStrategy, beginFieldFetch, dispatch, getStack, removeTrackingpublic RequestLevelTrackingApproach(java.util.List<graphql.execution.ExecutionId> executionIds,
org.dataloader.DataLoaderRegistry dataLoaderRegistry)
public graphql.execution.instrumentation.InstrumentationState createState(graphql.execution.ExecutionId executionId)
TrackingApproachexecutionId - the execution to create state for.