Interface | Description |
---|---|
BatchedDataFetcher |
See
Batched . |
Class | Description |
---|---|
BatchedDataFetcherFactory |
Produces a BatchedDataFetcher for a given DataFetcher.
|
BatchedExecutionStrategy | Deprecated
This has been deprecated in favour of using
AsyncExecutionStrategy and DataLoaderDispatcherInstrumentation |
FetchedValue | |
FetchedValues | |
MapOrList | |
UnbatchedDataFetcher |
Given a normal data fetcher as a delegate,
uses that fetcher in a batched context by iterating through each source value and calling
the delegate.
|
Exception | Description |
---|---|
BatchAssertionFailed |
Annotation Type | Description |
---|---|
Batched |
When placed on
DataFetcher.get(DataFetchingEnvironment) , indicates that this DataFetcher is batched. |