overblog / GraphQLBundle

This bundle provides tools to build a complete GraphQL API server in your Symfony App.
MIT License
787 stars 221 forks source link

Batching attacks #980

Open god1dog opened 2 years ago

god1dog commented 2 years ago
Q A
Bug report? no
Feature request? yes
BC Break report? no
RFC? no
Version/Branch 1.0

It is possible to include in the current repository rateLimit in the same way as in https://github.com/teamplanes/graphql-rate-limit

thedustin commented 2 years ago

Symfony introduced a generic rate limiter component with v5.2. You could create an event listener for the kernel.request event.

god1dog commented 2 years ago

I want ready directives https://graphql.org/learn/queries/#directives waiting for functionality to be added: https://github.com/overblog/GraphQLBundle/issues/987