UNPKG

graphql-config

Version:

The easiest way to configure your development environment with your GraphQL schema (supported by most tools, editors & IDEs)

12 lines 432 B
import { GraphQLConfigResult } from '../types.js'; export declare function getConfig({ filepath, configName, legacy, }: { filepath: string; configName: string; legacy?: boolean; }): Promise<GraphQLConfigResult>; export declare function getConfigSync({ filepath, configName, legacy, }: { filepath: string; configName: string; legacy?: boolean; }): GraphQLConfigResult; //# sourceMappingURL=get-config.d.ts.map