Skip to content

Auto-configure TypeDefinitionConfigurer beans for GraphQL apps #39118

@bclozel

Description

@bclozel

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.

Metadata

Metadata

Assignees

Labels

Type

No type

Projects

No projects

Milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions