| 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.
|
| 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.
|
| 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 |