UNPKG

411 BTypeScriptView Raw
1/// <reference types="handlebars" />
2import { Settings, FileOutput, SchemaTemplateContext, Document } from 'graphql-codegen-core';
3import { GeneratorConfig } from 'graphql-codegen-core';
4export declare function generateSingleFile(compiledIndexTemplate: HandlebarsTemplateDelegate, executionSettings: Settings, config: GeneratorConfig, templateContext: SchemaTemplateContext, documents: Document): FileOutput[];