JoinerRelationship
JoinerRelationship: Object
Properties
alias
stringRequiredforeignKey
stringRequiredprimaryKey
stringRequiredserviceName
stringRequiredisInternalService
booleanIf true, the relationship is an internal service from the medusa core
TODO: Remove when there are no more "internal" services
inverse
booleanIn an inverted relationship the foreign key is on the other service and the primary key is on the current service
isList
booleanForce the relationship to return a list
args
Record<string, any>Extra arguments to pass to the remoteFetchData callback
Was this section helpful?