GraphQL-Gate
GraphQL-Gate copied to clipboard
Implement "resolve" complexity analysis
At the time of writing, the express middleware function is hard coded to use the type complexity algorithm for complexity analysis. Refactor this function to make the choice of resolve or type complexity analysis a configuration option for the developer.
Wait for the resolve complexity analysis to be comlpeted