UNPKG

nestjs-graphql-rate-limit

Version:

Rate Limit module with Redis storage support for NestJS GraphQL APIs

9 lines 314 B
import { ExecutionContext } from '@nestjs/common'; import { ThrottlerGuard } from '@nestjs/throttler'; export declare class GqlThrottlerGuard extends ThrottlerGuard { getRequestResponse(context: ExecutionContext): { req: any; res: any; }; } //# sourceMappingURL=gql-throttler.guard.d.ts.map