| Interface | Description |
|---|---|
| DgsDataLoaderRegistryConsumer |
Interface indicating that this DataLoader wants to be call-backed with a reference to the DataLoaderReference.
|
| DgsQueryExecutor |
Represents the core query executing capability of the framework.
|
| Annotation Type | Description |
|---|---|
| DgsCodeRegistry |
Annotation to mark a method a provider of a CodeRegistry, which is a programmatic way of creating a schema.
|
| DgsComponent |
Annotation to mark a class for the DGS framework.
|
| DgsData |
Mark a method to be a data fetcher.
|
| DgsData.List |
Container annotation that aggregates several
@DgsData annotations. |
| DgsDataLoader |
Marks a class or field as a DataLoader, which will be registered to the framework as a DataLoader.
|
| DgsDefaultTypeResolver |
Mark a type resolver method to be the default.
|
| DgsDirective |
Mark a class as a custom Directive implementation that gets registered to the framework.
|
| DgsDispatchPredicate |
Marks a class or field as a Dispatch Predicate for a ScheduledDataLoaderRegistry, which will be registered to the framework.
|
| DgsEnableDataFetcherInstrumentation | |
| DgsEntityFetcher | |
| DgsMutation | |
| DgsQuery | |
| DgsRuntimeWiring |
Annotation to mark a function as a provider of runtime wiring.
|
| DgsScalar |
Mark a class as a custom Scalar implementation that gets registered to the framework.
|
| DgsSubscription | |
| DgsTypeDefinitionRegistry | |
| DgsTypeResolver | |
| InputArgument | |
| Internal |
This represents code considered internal to the DGS framework and therefore its API is not stable between releases.
|