UNPKG

graphql-config

Version:

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

5 lines (4 loc) 170 B
declare const ConfigNotFoundError_base: ErrorConstructor; export declare class ConfigNotFoundError extends ConfigNotFoundError_base { constructor(message: string); }