UNPKG

@aws-amplify/appsync-modelgen-plugin

Version:
10 lines 428 B
import { RawDocumentsConfig } from '@graphql-codegen/visitor-plugin-common'; export interface AppSyncModelPluginConfig extends RawDocumentsConfig { directives?: string; } export * from './plugin'; export * from './preset'; export * from './interfaces/introspection'; export { SyncTypes } from './types/sync'; export declare const addToSchema: (config: AppSyncModelPluginConfig) => string; //# sourceMappingURL=index.d.ts.map