JoinerRelationship
JoinerRelationship: Object
Type declaration
alias
stringRequiredargs
Record<string, any>Extra arguments to pass to the remoteFetchData callback
foreignKey
stringRequiredinverse
booleanIn an inverted relationship the foreign key is on the other service and the primary key is on the current service
isInternalService
booleanIf true, the relationship is an internal service from the medusa core
TODO: Remove when there are no more "internal" services
isList
booleanForce the relationship to return a list
primaryKey
stringRequiredserviceName
stringRequiredWas this section helpful?