blob: 0e871eeb2db3ebf75f12115500ee8edef7e0f8e3 [file] [log] [blame]
export declare const GRAPHQL_CONFIG_NAME = ".graphqlconfig";
export declare const GRAPHQL_CONFIG_YAML_NAME = ".graphqlconfig.yaml";
export declare const GRAPHQL_CONFIG_YML_NAME = ".graphqlconfig.yml";
export declare function findGraphQLConfigFile(filePath: string): string;