We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b5efb9b commit c930769Copy full SHA for c930769
packages/appsync-modelgen-plugin/src/index.ts
@@ -6,6 +6,7 @@ export interface AppSyncModelPluginConfig extends RawDocumentsConfig {
6
7
export * from './plugin';
8
export * from './preset';
9
+export * from './interfaces/introspection';
10
11
export const addToSchema = (config: AppSyncModelPluginConfig) => {
12
const result: string[] = [];
0 commit comments