UNPKG

@graphql-mesh/runtime

Version:
4 lines (3 loc) 198 B
import { ASTNode, GraphQLSchema } from 'graphql'; export declare const isStreamOperation: (astNode: ASTNode) => boolean; export declare const isGraphQLJitCompatible: (schema: GraphQLSchema) => any;