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 4846f83 commit 273ad18Copy full SHA for 273ad18
packages/appsync-modelgen-plugin/src/visitors/appsync-visitor.ts
@@ -328,7 +328,7 @@ export class AppSyncModelVisitor<
328
shouldUseModelNameFieldInHasManyAndBelongsTo: boolean,
329
// This flag is going to be used to tight-trigger on JS implementations only.
330
shouldImputeKeyForUniDirectionalHasMany: boolean,
331
- // This flag is currently used only in the Model Introspection visitor
+ // This flag is currently used in JS/TS and Model introspection generation only.
332
shouldUseFieldsInAssociatedWithInHasOne: boolean = false
333
) {
334
if (this.config.usePipelinedTransformer || this.config.transformerVersion === 2) {
0 commit comments