-
Notifications
You must be signed in to change notification settings - Fork 1.1k
ReferencesMany relation type #2488
Copy link
Copy link
Closed
Labels
Description
A ReferencesMany relation embeds an array of foreign keys to reference other objects.
An example model instance:
{
id: 1,
name: 'John Smith',
accounts: [
"saving-01", "checking-01",
]
}See also LB 3.x docs: https://loopback.io/doc/en/lb3/Embedded-models-and-relations.html
Reactions are currently unavailable