Projection interface

A projection split into what select takes and what include takes.

Signature:

export interface Projection 

Properties

Property

Modifiers

Type

Description

fields

string[]

Scalar field names.

includes

{ name: string; projection: Projection | undefined; }[]

Relations to eager-load, each with its own projection.

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