This repository has been archived on 2023-08-20. You can view files and clone it, but cannot push or open issues or pull requests.
admin-panel/graphql-types/node_modules/@graphql-codegen/cli/plugins.d.ts

3 lines
203 B
TypeScript

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