RelationInfo interface

One relation, as the query translator needs it.

Signature:

export interface RelationInfo 

Properties

Property

Modifiers

Type

Description

isList

boolean

Whether the other end is many.

localFields

string[]

Fields on this side the relation joins on.

target

string

The model on the other end.

targetFields

string[]

Fields on the other side they join to.

Read this page as plain markdown — no HTML, no navigation. For pasting into an LLM, or for an agent to fetch.