Class FieldLevelTrackingApproach
java.lang.Object
graphql.execution.instrumentation.dataloader.FieldLevelTrackingApproach
This approach uses field level tracking to achieve its aims of making the data loader more efficient
-
Constructor Summary
ConstructorsConstructorDescriptionFieldLevelTrackingApproach(org.slf4j.Logger log, Supplier<org.dataloader.DataLoaderRegistry> dataLoaderRegistrySupplier) -
Method Summary
Modifier and TypeMethodDescriptionbeginFieldFetch(InstrumentationFieldFetchParameters parameters, InstrumentationState rawState)
-
Constructor Details
-
FieldLevelTrackingApproach
public FieldLevelTrackingApproach(org.slf4j.Logger log, Supplier<org.dataloader.DataLoaderRegistry> dataLoaderRegistrySupplier)
-
-
Method Details
-
createState
-
beginFieldFetch
public InstrumentationContext<Object> beginFieldFetch(InstrumentationFieldFetchParameters parameters, InstrumentationState rawState)
-