node_modules.graphql-config.lib.index.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 { getGraphQLConfig, getGraphQLProjectConfig } from './getGraphQLConfig';
export { GRAPHQL_CONFIG_NAME, GRAPHQL_CONFIG_YAML_NAME, findGraphQLConfigFile } from './findGraphQLConfigFile';
export { writeSchema, validateConfig, getSchemaExtensions } from './utils';
export * from './errors';
export * from './extensions/';
export { GraphQLConfig } from './GraphQLConfig';
export { GraphQLProjectConfig } from './GraphQLProjectConfig';
export * from './types';
© 2015 - 2025 Weber Informatics LLC | Privacy Policy