Skip to content

Add responding to ratelimits in GraphQL responses

This change extends GraphQL API usage to use ratelimiters.

To prevent future issues with ratelimiter we have to add ability to respond to ratelimiter headers. This MR addresses that.

Merge request reports