UNPKG

@platformos/pos-cli

Version:

Manage your platformOS application

5 lines (4 loc) 274 B
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;