UNPKG

@nestjs/graphql

Version:

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

9 lines 310 B
import type { GraphQLErrorOptions, GraphQLErrorExtensions } from 'graphql/error'; export interface ExceptionOptions extends GraphQLErrorOptions { extensions: GraphQLErrorExtensions & { http: { status: number; }; }; } //# sourceMappingURL=graphql-exception.interface.d.ts.map