import { ArgumentsHost } from '@nestjs/common'; export interface GqlExceptionFilter { catch(exception: TInput, host: ArgumentsHost): TOutput; }