Skip to content

Commit c930769

Browse files
authored
fix(model-introspection): add type export at package root (#497)
1 parent b5efb9b commit c930769

File tree

1 file changed

+1
-0
lines changed
  • packages/appsync-modelgen-plugin/src

1 file changed

+1
-0
lines changed

packages/appsync-modelgen-plugin/src/index.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,7 @@ export interface AppSyncModelPluginConfig extends RawDocumentsConfig {
66

77
export * from './plugin';
88
export * from './preset';
9+
export * from './interfaces/introspection';
910

1011
export const addToSchema = (config: AppSyncModelPluginConfig) => {
1112
const result: string[] = [];

0 commit comments

Comments
 (0)