UNPKG

274 BTypeScriptView Raw
1export declare const GRAPHQL_CONFIG_NAME = ".graphqlconfig";
2export declare const GRAPHQL_CONFIG_YAML_NAME = ".graphqlconfig.yaml";
3export declare const GRAPHQL_CONFIG_YML_NAME = ".graphqlconfig.yml";
4export declare function findGraphQLConfigFile(filePath: string): string;