
Prior to this commit, we would configure a default conversion service for GraphQL annotated controllers, without registering any additional formatters. This commit aligns the GraphQL auto-configuration with MVC and WebFlux, since we now use the `ApplicationConversionService` to register all application formatters for the GraphQL infrastructure. Closes gh-29638