UNPKG

@graphql-codegen/flow

Version:
6 lines (5 loc) 288 B
import { PluginFunction, Types } from '@graphql-codegen/plugin-helpers'; import { FlowPluginConfig } from './config.js'; export * from './visitor.js'; export * from './flow-variables-to-object.js'; export declare const plugin: PluginFunction<FlowPluginConfig, Types.ComplexPluginOutput>;