@graphql-codegen/typescript-vue-apollo-smart-ops
Version:
GraphQL Code Generator plugin for generating typed Vue-Apollo Smart Query and mutation functions based on GraphQL operations
7 lines (6 loc) • 395 B
text/typescript
import { PluginFunction, PluginValidateFn, Types } from '@graphql-codegen/plugin-helpers';
import { VueApolloSmartOpsRawPluginConfig } from './config.cjs';
import { VueApolloVisitor } from './visitor.cjs';
export declare const plugin: PluginFunction<VueApolloSmartOpsRawPluginConfig, Types.ComplexPluginOutput>;
export declare const validate: PluginValidateFn<any>;
export { VueApolloVisitor };