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 e1638b7 commit 3de34f4Copy full SHA for 3de34f4
packages/appsync-modelgen-plugin/src/visitors/appsync-visitor.ts
@@ -701,9 +701,6 @@ export class AppSyncModelVisitor<
701
isList: false,
702
isNullable: field.isNullable,
703
});
704
- } else if (connectionInfo.targetName !== 'id') {
705
- // Need to remove the field that is targetName
706
- removeFieldFromModel(model, connectionInfo.targetName);
707
}
708
field.connectionInfo = connectionInfo;
709
0 commit comments