| Interface | Description |
|---|---|
| BatchedDataFetcher |
See
Batched. |
| Class | Description |
|---|---|
| BatchedDataFetcherFactory |
Produces a BatchedDataFetcher for a given DataFetcher.
|
| BatchedExecutionStrategy |
Execution Strategy that minimizes calls to the data fetcher when used in conjunction with
DataFetchers that have
DataFetcher.get(DataFetchingEnvironment) methods annotated with Batched. |
| ChildDataCollector | |
| ChildDataCollector.Entry | |
| GraphQLExecutionNodeValue | |
| GraphQLExecutionResultContainer | |
| GraphQLExecutionResultList | |
| 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.
|
| Annotation Type | Description |
|---|---|
| Batched |
When placed on
DataFetcher.get(DataFetchingEnvironment), indicates that this DataFetcher is batched. |