Package graphql.execution.instrumentation.dataloader
-
Class Summary Class Description DataLoaderDispatcherInstrumentation This graphqlInstrumentation
will dispatch all the containedDataLoader
s when each level of the graphql query is executed.DataLoaderDispatcherInstrumentationOptions The options that control the operation ofDataLoaderDispatcherInstrumentation
DataLoaderDispatcherInstrumentationState A base class that keeps track of whether aggressive batching can be usedFieldLevelTrackingApproach This approach uses field level tracking to achieve its aims of making the data loader more efficientLevelMap This data structure tracks the number of expected calls on a given level