Skip to content

Commit 988bcaf

Browse files
authored
use primary or unique constraint for relationship parent field (#120)
1 parent bd288e8 commit 988bcaf

File tree

1 file changed

+8
-1
lines changed

1 file changed

+8
-1
lines changed

package.json

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,14 @@
3838
"disablePipelines": true
3939
},
4040
"relationships": {
41-
"compositeRelationships": true
41+
"compositeRelationships": {
42+
"allowRelationshipsByProperties": [
43+
"primaryKey",
44+
"unique",
45+
"compositeUniqueKey",
46+
"compositePrimaryKey"
47+
]
48+
}
4249
},
4350
"FEScriptCommentsSupported": true,
4451
"enableFetchSystemEntitiesCheckbox": true,

0 commit comments

Comments
 (0)