mirror of
https://github.com/JamesIves/github-pages-deploy-action.git
synced 2023-12-15 20:03:39 +08:00
5 lines
274 B
TypeScript
5 lines
274 B
TypeScript
|
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;
|