See: Description
| Class | Description |
|---|---|
| AnnotatedDataFetcher |
DataFetcher that wrap and invokes a HandlerMethod. |
| AnnotatedDataFetcherConfigurer |
RuntimeWiringConfigurer that detects @SchemaMapping
annotated handler methods in @Controller classes and
registers them as DataFetchers. |
| ArgumentMapMethodArgumentResolver | |
| ArgumentMethodArgumentResolver |
Resolver for
@Argument annotated method parameters, obtained
via DataFetchingEnvironment.getArgument(String) and converted to the
declared type of the method parameter. |
| DataFetchingEnvironmentMethodArgumentResolver |
Resolver for
DataFetchingEnvironment or GraphQLContext arguments. |
| SourceMethodArgumentResolver |
Resolver for parent/container of a field, obtained via
DataFetchingEnvironment.getSource(). |
| Exception | Description |
|---|---|
| MissingArgumentException |
Indicates that an input argument value in the method parameters of an
annotated DataFetcher method is not present.
|