- DgsCodeRegistry - Annotation Type in com.netflix.graphql.dgs
-
Annotation to mark a method a provider of a CodeRegistry, which is a programmatic way of creating a schema.
- DgsComponent - Annotation Type in com.netflix.graphql.dgs
-
Annotation to mark a class for the DGS framework.
- DgsData - Annotation Type in com.netflix.graphql.dgs
-
Mark a method to be a data fetcher.
- DgsDataLoader - Annotation Type in com.netflix.graphql.dgs
-
Marks a class or field as a DataLoader, which will be registered to the framework as a DataLoader.
- DgsDefaultTypeResolver - Annotation Type in com.netflix.graphql.dgs
-
Mark a type resolver method to be the default.
- DgsEnableDataFetcherInstrumentation - Annotation Type in com.netflix.graphql.dgs
-
- DgsEntityFetcher - Annotation Type in com.netflix.graphql.dgs
-
- DgsMutation - Annotation Type in com.netflix.graphql.dgs
-
- DgsQuery - Annotation Type in com.netflix.graphql.dgs
-
- DgsRuntimeWiring - Annotation Type in com.netflix.graphql.dgs
-
Annotation to mark a function as a provider of runtime wiring.
- DgsScalar - Annotation Type in com.netflix.graphql.dgs
-
Mark a class as a custom Scalar implementation that gets registered to the framework.
- DgsSubscription - Annotation Type in com.netflix.graphql.dgs
-
- DgsTypeDefinitionRegistry - Annotation Type in com.netflix.graphql.dgs
-
- DgsTypeResolver - Annotation Type in com.netflix.graphql.dgs
-