UNPKG

256 BTypeScriptView Raw
1import { Types } from '@graphql-codegen/plugin-helpers';
2import { CodegenContext } from '../config';
3export declare const createWatcher: (initalContext: CodegenContext, onNext: (result: Types.FileOutput[]) => Promise<Types.FileOutput[]>) => Promise<void>;