spring-boot/spring-boot-project/spring-boot-autoconfigure
Brian Clozel e58f65366c Auto-configure TypeDefinitionConfigurer beans
Prior to this commit, the GraphQL auto-configuration would consider many
bean types like `DataFetcherExceptionResolver` and
`SubscriptionExceptionResolver` to configure the `GraphQlSource`.
It would also configure a default `ConnectionTypeDefinitionConfigurer`.

This commit will detect all `TypeDefinitionConfigurer` beans defined in
the application and configure them in addition to the
`ConnectionTypeDefinitionConfigurer`.

Closes gh-39118
2024-01-15 18:22:37 +01:00
..
src Auto-configure TypeDefinitionConfigurer beans 2024-01-15 18:22:37 +01:00
build.gradle Merge branch '3.1.x' 2023-12-05 11:51:03 +01:00