UNPKG

317 BTypeScriptView Raw
1import { GraphQLSchema, GraphQLError } from 'graphql';
2import { DocumentNode } from 'graphql-codegen-core';
3export declare const loadFileContent: (filePath: string) => DocumentNode;
4export declare const loadDocumentsSources: (schema: GraphQLSchema, filePaths: string[]) => DocumentNode | ReadonlyArray<GraphQLError>;