We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7ae8c44 commit 0a2caacCopy full SHA for 0a2caac
spring-graphql-docs/src/docs/asciidoc/includes/request-execution.adoc
@@ -95,7 +95,7 @@ You can use `RuntimeWiringConfigurer` to register:
95
- <<execution.graphqlsource.directives>> handling code.
96
- Default <<execution.graphqlsource.default-type-resolver>> for interface and union types.
97
- `DataFetcher` for a field although applications will typically use <<controllers>>, and
98
-those are detected and registered as `DataFetcher`s by `AnnotatedControllerConfigurer`,
+those are detected and registered as ``DataFetcher``s by `AnnotatedControllerConfigurer`,
99
which is a `RuntimeWiringConfigurer`. The <<boot-starter>> automatically registers
100
`AnnotatedControllerConfigurer`.
101
0 commit comments