public class FieldLevelTrackingApproach extends AbstractTrackingApproach
| Constructor and Description |
|---|
FieldLevelTrackingApproach(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 FieldLevelTrackingApproach(org.dataloader.DataLoaderRegistry dataLoaderRegistry)
public graphql.execution.instrumentation.InstrumentationState createState(graphql.execution.ExecutionId executionId)
TrackingApproachexecutionId - the execution to create state for.