UNPKG

225 BTypeScriptView Raw
1import { SchemaTemplateContext } from 'graphql-codegen-core';
2import { GeneratorConfig } from 'graphql-codegen-core';
3export declare const initHelpers: (config: GeneratorConfig, schemaContext: SchemaTemplateContext) => void;