UNPKG

@aikidosec/firewall

Version:

Zen by Aikido is an embedded Web Application Firewall that autonomously protects Node.js apps against common and critical attacks

12 lines (11 loc) 368 B
import { Hooks } from "../agent/hooks/Hooks"; import { Wrapper } from "../agent/Wrapper"; export declare class GraphQL implements Wrapper { private graphqlModule; private discoverGraphQLSchema; private discoverGraphQLQueryFields; private inspectGraphQLExecute; private handleRateLimiting; private wrapExecution; wrap(hooks: Hooks): void; }