UNPKG

@the_pixelport/aws-lambda-graphql

Version:

Apollo server for AWS Lambda with WebSocket subscriptions support over API Gateway v1 + v2

9 lines 248 B
/** * Base Error class for all custom errors */ export declare class ExtendableError extends Error { constructor(message?: string); } export declare class ConnectionNotFoundError extends ExtendableError { } //# sourceMappingURL=index.d.ts.map