Deprecate @GraphQlController in favor of @Controller

This commit is contained in:
Rossen Stoyanchev
2021-08-30 14:53:54 +01:00
parent 7c58fb90af
commit 4bd229d4b9
11 changed files with 32 additions and 31 deletions

View File

@@ -124,8 +124,8 @@ starter detects such beans adds them to <<execution-graphqlsource,GraphQlSource.
Typically, however, applications will not implement ``DataFetcher`` directly and will
instead create <<controllers,annotated controllers>>. The Boot
starter declares a `RuntimeWiringConfigurer` called `AnnotatedDataFetcherConfigurer` that
detects `@GraphQlController` classes with annotated handler methods and registers those
as ``DataFetcher``s.
detects `@Controller` classes with annotated handler methods and registers those as
``DataFetcher``s.
[[boot-repositories-querydsl]]