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
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.