UNPKG

@graphql-codegen/typescript-vue-apollo

Version:

GraphQL Code Generator plugin for generating ready-to-use Vue-Apollo composition functions based on GraphQL operations

7 lines (6 loc) 379 B
import { PluginFunction, PluginValidateFn, Types } from '@graphql-codegen/plugin-helpers'; import { VueApolloRawPluginConfig } from './config.cjs'; import { VueApolloVisitor } from './visitor.cjs'; export declare const plugin: PluginFunction<VueApolloRawPluginConfig, Types.ComplexPluginOutput>; export declare const validate: PluginValidateFn<any>; export { VueApolloVisitor };