UNPKG

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