node_modules.apollo-codegen-core.lib.loading.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 { DocumentNode, GraphQLSchema } from 'graphql';
export declare function loadSchema(schemaPath: string): GraphQLSchema;
export declare function loadSchemaFromConfig(projectName: string): GraphQLSchema;
export declare function extractDocumentFromJavascript(content: string, options?: {
tagName?: string;
}): string | null;
export declare function loadAndMergeQueryDocuments(inputPaths: string[], tagName?: string): DocumentNode;
© 2015 - 2025 Weber Informatics LLC | Privacy Policy