GraphQL Rate Limit
JSON →A fixed window rate-limiting directive for GraphQL schemas (v2.0.6). It wraps resolvers to enforce per-field or per-object rate limits using a declarative @rateLimit directive. Supports multiple backends (Redis, in-memory via rate-limiter-flexible), custom key generation, and response extensions. Requires graphql ^16.0.0, @graphql-tools/utils ^8-10, and rate-limiter-flexible ^2-5. Differentiated by its directive-based approach and TypeScript support.