You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Currently the GraphQL auto-configuration considers many beans for configuring the GraphQL infrastructure, like DataFetcherExceptionResolver, SubscriptionExceptionResolver, etc. The org.springframework.graphql.execution.GraphQlSource.Builder also allows for configuring a TypeDefinitionConfigurer.
Currently the auto-configuration is hard-coding a ConnectionTypeDefinitionConfigurer, we should allow for a custom TypeDefinitionConfigurer bean in addition to ConnectionTypeDefinitionConfigurer.