mercurius
mercurius copied to clipboard
Suggestion to approach Rate Limiting?
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?
Hi, you could implement fastify-slow-down npm package. Rate limit it's usually a server responsability more than a graphql spec concern.
@mike-van do you use the subscription feature?