Package | Description |
---|---|
org.springframework.graphql.data.method.annotation.support |
Resolvers for method parameters of annotated handler methods.
|
org.springframework.graphql.execution |
Support for GraphQL request execution, including abstractions to configure and invoke
GraphQL . |
Modifier and Type | Class and Description |
---|---|
class |
AnnotatedDataFetcherConfigurer
RuntimeWiringConfigurer that detects @SchemaMapping
annotated handler methods in @Controller classes and
registers them as DataFetcher s. |
Modifier and Type | Method and Description |
---|---|
GraphQlSource.Builder |
GraphQlSource.Builder.configureRuntimeWiring(RuntimeWiringConfigurer configurer)
Add a component that is given access to the
RuntimeWiring.Builder
used to register DataFetcher s, custom scalar
types, type resolvers, and more. |