I am trying to improve the sql query performance with hotchocolate. For that, I wanted to access the queryrequest generated by hotchololate in another layer of my app. The only way I could find to do this was to intercept the request, store the informatio...