oslabs-beta / GraphQL-Gate

A GraphQL rate limiting library with query complexity analysisfor Node.js
http://graphqlgate.io
MIT License
57 stars 2 forks source link

Implement "resolve" complexity analysis #36

Open evanmcneely opened 2 years ago

evanmcneely commented 2 years ago

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.

evanmcneely commented 2 years ago

Wait for the resolve complexity analysis to be comlpeted