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

Move throttling of request processing from middleware to rate limiter setup #105

Open shalarewicz opened 2 years ago

shalarewicz commented 2 years ago

Summary

Moves throttling request processing to rate limiter setup to ensure all rate limiters are throttled and not just that of the express middleware.

Type of Change

Please delete options that are not relevant.

Issues

Evidence

image

shalarewicz commented 2 years ago

Addressed requested changes. Tests continue to pass. image