HEX
Server: Microsoft-IIS/8.5
System: Windows NT YDAWBH120 6.3 build 9600 (Windows Server 2012 R2 Standard Edition) AMD64
User: tentjecom_web (0)
PHP: 7.4.14
Disabled: NONE
Upload Files
File: D:/HostingSpaces/SBogers10/shop.komma.nl/node_modules/apollo/lib/generate.d.ts
import { GraphQLSchema, DocumentNode } from "graphql";
import { CompilerOptions } from "apollo-codegen-core/lib/compiler";
import { CompilerOptions as LegacyCompilerOptions } from "apollo-codegen-core/lib/compiler/legacyIR";
import { FlowCompilerOptions } from "../../apollo-codegen-flow/lib/language";
export declare type TargetType = "json" | "json-modern" | "swift" | "scala" | "flow" | "typescript" | "ts";
export declare type GenerationOptions = CompilerOptions & LegacyCompilerOptions & FlowCompilerOptions & {
    globalTypesFile?: string;
    tsFileExtension?: string;
    rootPath?: string;
};
export default function generate(document: DocumentNode, schema: GraphQLSchema, outputPath: string, only: string | undefined, target: TargetType, tagName: string, nextToSources: boolean | string, options: GenerationOptions): number;
//# sourceMappingURL=generate.d.ts.map