-
Notifications
You must be signed in to change notification settings - Fork 1.1k
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