pub async fn handle_graphql_socket<S: Schema>(
    socket: WebSocket,
    schema: S,
    context: S::Context
)