UNPKG

@graphql-codegen/typescript-nhost

Version:
5 lines (4 loc) 233 B
import { PluginFunction, Types } from '@graphql-codegen/plugin-helpers'; import { NhostPluginConfig } from './config'; export declare const plugin: PluginFunction<NhostPluginConfig, Types.ComplexPluginOutput>; export default plugin;