Replies: 1 comment
-
| One strategy for v3 would be to extend the ExecutionContext: https://github.com/graphql-python/graphql-core/blob/master/src/graphql/execution/execute.py You could wrap  Whether it's a custom execution context class or graphql middleware, the standard graphql view accepts either as arguments. | 
Beta Was this translation helpful? Give feedback.
                  
                    0 replies
                  
                
            
  
    Sign up for free
    to join this conversation on GitHub.
    Already have an account?
    Sign in to comment
  
        
    
Uh oh!
There was an error while loading. Please reload this page.
-
Hi, thanks for creating this great module!
I'm working on a quite big project for a client, and certain big graphql queries start taking up quite some time.
That's why i'm looking into performance monitoring of my queries. I found the graphiql-debug-toolbar, but that is only giving me insight in the number of sql database hits.
two things:
Does anybody know how i could start developing such functionality, using middleware or ... ?
thanks!
Beta Was this translation helpful? Give feedback.
All reactions