Closed
Description
GraphQlWebSocketMessage
is being used by the Servlet and Reactive variants of our server WebSocket support, but also on the client side. This type is used for serialization and deserialization by the JSON codec for sending and receiving messages.
This type is not being exposed anywhere in Controller signatures and we should register reflection hints on it when needed.