Class | Description |
---|---|
DataLoaderDispatcherInstrumentation |
This graphql
Instrumentation will dispatch
all the contained DataLoader s when each level of the graphql
query is executed. |
DataLoaderDispatcherInstrumentationOptions |
The options that control the operation of
DataLoaderDispatcherInstrumentation |
DataLoaderDispatcherInstrumentationState |
A base class that keeps track of whether aggressive batching can be used
|
FieldLevelTrackingApproach |
This approach uses field level tracking to achieve its aims of making the data loader more efficient
|