pub async fn graphql_ws_handler(
__arg0: State<Arc<GraphQLState>>,
protocol: GraphQLProtocol,
ws: WebSocketUpgrade,
) -> impl IntoResponseExpand description
Handle GraphQL WebSocket subscription upgrade.
This should be called with a WebSocket upgrade request to enable GraphQL subscriptions over WebSocket.