UNPKG

@graphql-inspector/cli

Version:

Tooling for GraphQL. Compare GraphQL Schemas, check documents, find breaking changes, find similar types.

11 lines (10 loc) 273 B
import { OctokitInstance } from './types.cjs'; export declare function fileLoader({ octokit, owner, repo, }: { octokit: OctokitInstance; owner: string; repo: string; }): (file: { ref: string; path: string; workspace?: string; }) => Promise<string>;