UNPKG

@envelop/rate-limiter

Version:

This plugins uses [`graphql-rate-limit`](https://github.com/teamplanes/graphql-rate-limit#readme) in order to limit the rate of calling queries and mutations.

6 lines (5 loc) 146 B
declare class RateLimitError extends Error { readonly isRateLimitError = true; constructor(message: string); } export { RateLimitError };