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.Scalars.GraphQLBigDecimal
The is a non standard scalar and is difficult for clients (such as browser and mobile code) to cope with
the exact semantics. These will be removed in the future version and moved to another library.
|
graphql.Scalars.GraphQLBigInteger
The is a non standard scalar and is difficult for clients (such as browser and mobile code) to cope with
the exact semantics. These will be removed in the future version and moved to another library.
|
graphql.Scalars.GraphQLByte
The is a non standard scalar and is difficult for clients (such as browser and mobile code) to cope with
the exact semantics. These will be removed in the future version and moved to another library.
|
graphql.Scalars.GraphQLChar
The is a non standard scalar and is difficult for clients (such as browser and mobile code) to cope with
the exact semantics. These will be removed in the future version and moved to another library.
|
graphql.Scalars.GraphQLLong
The is a non standard scalar and is difficult for clients (such as browser and mobile code) to cope with
the exact semantics. These will be removed in the future version and moved to another library.
|
graphql.Scalars.GraphQLShort
The is a non standard scalar and is difficult for clients (such as browser and mobile code) to cope with
the exact semantics. These will be removed in the future version and moved to another library.
|