@aws-amplify/appsync-modelgen-plugin
Version:
6 lines • 362 B
TypeScript
import { PluginFunction } from '@graphql-codegen/plugin-helpers';
import { RawAppSyncModelConfig } from './visitors/appsync-visitor';
import { SyncTypes } from './types/sync';
export declare const pluginSync: SyncTypes.PluginFunction<RawAppSyncModelConfig>;
export declare const plugin: PluginFunction<RawAppSyncModelConfig>;
//# sourceMappingURL=plugin.d.ts.map