UNPKG

@nestjs/graphql

Version:

Nest - modern, fast, powerful node.js web framework (@graphql)

5 lines (4 loc) 177 B
import { ArgumentsHost } from '@nestjs/common'; export interface GqlExceptionFilter<TInput = any, TOutput = any> { catch(exception: TInput, host: ArgumentsHost): TOutput; }