UNPKG

209 BTypeScriptView Raw
1import { DocumentNode } from 'graphql-codegen-core';
2export declare const loadFileContent: (filePath: string) => DocumentNode;
3export declare const loadDocumentsSources: (filePaths: string[]) => DocumentNode;