Skip to content

ReferencesMany relation type #2488

@bajtos

Description

@bajtos

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

Metadata

Metadata

Assignees

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions