node_modules.graphql-config.lib.getGraphQLConfig.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
import { GraphQLConfig } from './GraphQLConfig';
import { GraphQLProjectConfig } from './GraphQLProjectConfig';
export declare function getGraphQLConfig(rootDir?: string): GraphQLConfig;
export declare function getGraphQLProjectConfig(rootDir?: string, projectName?: string | undefined): GraphQLProjectConfig;
© 2015 - 2025 Weber Informatics LLC | Privacy Policy