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 9716c47 commit 0ab92dcCopy full SHA for 0ab92dc
packages/appsync-modelgen-plugin/src/visitors/appsync-visitor.ts
@@ -691,7 +691,7 @@ export class AppSyncModelVisitor<
691
directives: [],
692
type: 'ID',
693
isList: false,
694
- isNullable: connectionInfo.associatedWith.isNullable,
+ isNullable: field.isNullable,
695
});
696
} else if (connectionInfo.targetName !== 'id') {
697
// Need to remove the field that is targetName
0 commit comments