UNPKG

186 BTypeScriptView Raw
1import { Types, CodegenPlugin } from 'graphql-codegen-plugin-helpers';
2export declare function getPluginByName(name: string, pluginLoader: Types.PluginLoaderFn): Promise<CodegenPlugin>;