node_modules.graphql-config.lib.findGraphQLConfigFile.d.ts Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of apollo-client-maven-plugin Show documentation
Show all versions of apollo-client-maven-plugin Show documentation
Maven plugin for generating graphql clients
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