UNPKG

310 BTypeScriptView Raw
1import type { GraphQLErrorOptions, GraphQLErrorExtensions } from 'graphql/error';
2export interface ExceptionOptions extends GraphQLErrorOptions {
3 extensions: GraphQLErrorExtensions & {
4 http: {
5 status: number;
6 };
7 };
8}
9//# sourceMappingURL=graphql-exception.interface.d.ts.map
\No newline at end of file