
As a result of changes for https://github.com/spring-projects/spring-graphql/issues/342, GraphQlWebSocketHandler now exposes a method to create the WebSocketHttpRequestHandler, pre-configured with a context propagating HandshakeInterceptor. This commit updates the autoconfig to use it. Closes gh-30641