import { ArgumentsHost } from '@nestjs/common'; export interface GqlExceptionFilter { catch(exception: TInput, host: ArgumentsHost): TOutput; } //# sourceMappingURL=gql-exception-filter.interface.d.ts.map