All Downloads are FREE. Search and download functionalities are using the official Maven repository.

node_modules.graphql-config.lib.findGraphQLConfigFile.d.ts Maven / Gradle / Ivy

There is a newer version: 3.3.1
Show newest version
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;




© 2015 - 2025 Weber Informatics LLC | Privacy Policy