UNPKG

@graphprotocol/graph-cli

Version:

CLI for building for and deploying to The Graph

3 lines (2 loc) 184 B
export declare const createIpfsClient: typeof import("kubo-rpc-client").create; export declare function loadSubgraphSchemaFromIPFS(ipfsClient: any, manifest: string): Promise<string>;