Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Add graphql_request_context context manager to allow hooks around gra…
…phql request handling (#23373) ## Summary & Motivation This allows subclasses to override the `graphql_request_context()` method and inject code around the graphql handler. Specifically this code runs in the same thread as the graphph resolver. ## How I Tested These Changes Existing tests should be sufficient, since we're not changing any behavior.
- Loading branch information