<  Back to Schedule
GraphQL in ProductionLightning Talks

Not Your Regular Rate Limiting #GraphQL

Wednesday, September 11 / 05:00p.m. PDT - 05:10p.m. PDT

REST APIs are typically endpoint-based, meaning each endpoint has its rate limit, while GraphQL APIs tend to be more flexible and allow for a single endpoint to handle multiple requests. Although more flexible, rate limiting in GraphQL APIs is more complex than rate limiting in REST APIs. This talk discusses popular rate-limiting strategies and helps you choose the strategy that best fits your application's use case and requirements.