
As of spring-projects/spring-graphql#547, Spring GraphQL introduced a `PropagationWebGraphQlInterceptor` that propagates the incoming tracing information in HTTP request headers into the GraphQL context. This commit auto-configures the propagation interceptor if the application exposes a GraphQL HTTP endpoint and if it is configured for Tracing support. Fixes gh-33542