Interface and Description |
---|
graphql.execution.batched.BatchedDataFetcher
This has been deprecated in favour of using
AsyncExecutionStrategy and DataLoaderDispatcherInstrumentation |
Class and Description |
---|
graphql.execution.batched.BatchedDataFetcherFactory
This has been deprecated in favour of using
AsyncExecutionStrategy and DataLoaderDispatcherInstrumentation |
graphql.execution.batched.BatchedExecutionStrategy
This has been deprecated in favour of using
AsyncExecutionStrategy and DataLoaderDispatcherInstrumentation |
graphql.execution.ExecutorServiceExecutionStrategy
Use
AsyncExecutionStrategy and CompletableFuture.supplyAsync(java.util.function.Supplier, java.util.concurrent.Executor)
in your data fetchers instead. |
graphql.execution.batched.FetchedValue |
graphql.execution.batched.FetchedValues |
graphql.execution.batched.MapOrList |
graphql.execution.batched.UnbatchedDataFetcher
This has been deprecated in favour of using
AsyncExecutionStrategy and DataLoaderDispatcherInstrumentation |
Exceptions and Description |
---|
graphql.execution.batched.BatchAssertionFailed |
Annotation Type and Description |
---|
graphql.execution.batched.Batched
This has been deprecated in favour of using
AsyncExecutionStrategy and DataLoaderDispatcherInstrumentation |
Field and Description |
---|
graphql.Directives.FetchDirective
- this is no longer needed and will be removed in a future version
|