UNPKG

@graphql-mesh/runtime

Version:
4 lines (3 loc) 174 B
import type { ASTNode } from 'graphql'; export declare const isStreamOperation: (astNode: ASTNode) => boolean; export declare function getOriginalError(error: Error): Error;