UNPKG

@graphql-mesh/runtime

Version:
5 lines (4 loc) 261 B
import { ASTNode, GraphQLSchema } from 'graphql'; export declare const isStreamOperation: (astNode: ASTNode) => boolean; export declare const isGraphQLJitCompatible: (schema: GraphQLSchema) => any; export declare function getOriginalError(error: Error): Error;