Skip to content

Commit

Permalink
use primary or unique constraint for relationship parent field (#153)
Browse files Browse the repository at this point in the history
  • Loading branch information
taras-dubyk authored Sep 25, 2024
1 parent 55bb884 commit 257a42a
Showing 1 changed file with 8 additions and 1 deletion.
9 changes: 8 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,14 @@
"disableDenormalization": true,
"enableComplexTypesNormalization": true,
"relationships": {
"compositeRelationships": true
"compositeRelationships": {
"allowRelationshipsByProperties": [
"primaryKey",
"unique",
"compositeUniqueKey",
"compositePrimaryKey"
]
}
},
"FEScriptCommentsSupported": true,
"disableJsonDataMaxLength": true,
Expand Down

0 comments on commit 257a42a

Please sign in to comment.