Files
spring-boot/spring-boot-project
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
..
2024-01-12 17:08:36 +00:00
2024-01-15 14:15:15 +01:00
2023-11-22 10:16:19 +01:00
2024-01-11 11:36:38 +00:00
2024-01-12 16:25:13 +00:00