graphile-build
Version:
Build a GraphQL schema from plugins
9 lines • 364 B
TypeScript
/**
* This is the default function for swallowing errors (you can override it on
* `build`); it outputs the full error through `debug` if enabled, otherwise it
* `console.warn`'s an abbreviated error message.
*
* Only used when `SwallowErrorsPlugin` is used.
*/
export default function swallowError(e: Error): void;
//# sourceMappingURL=swallowError.d.ts.map