mercurius-js / mercurius

Implement GraphQL servers and gateways with Fastify

Home Page:https://mercurius.dev/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Suggestion to approach Rate Limiting?

Mike-Van opened this issue · comments

This is more of a question / feature request. Is there an official plugin or recommended library for rate limiting graphql queries with mercuris. I see that there's a lot of libraries out there for rate limiting. e.g: @graphql-mesh/plugin-rate-limit as an official plugin for graphql-yoga.

Has anyone ever implemented rate limiting in production usage with Mercurius? Would greatly appreciate some libraries suggestion?