UNPKG

237 BTypeScriptView Raw
1/// <reference types="@types/graphql" />
2import { DocumentNode } from 'graphql';
3export declare const loadFileContent: (filePath: string) => DocumentNode;
4export declare const loadDocumentsSources: (filePaths: string[]) => DocumentNode;