UNPKG

@graphql-hive/cli

Version:

A CLI util to manage and control your GraphQL Hive

8 lines (7 loc) 187 B
export declare function loadOperations(file: string, options?: { normalize?: boolean; }): Promise<Array<{ operationHash?: string; content: string; location?: string; }>>;