All Downloads are FREE. Search and download functionalities are using the official Maven repository.

node_modules.apollo-codegen-core.lib.loading.d.ts Maven / Gradle / Ivy

There is a newer version: 3.3.1
Show newest version
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