LogoRobo.js
Framework

BatchedIncludeResult

Interface: BatchedIncludeResult

Batched include result for N+1 prevention.

Properties

PropertyTypeDescription
fieldstringField name that was included.
resultsMap<string, unknown>Map of parent record ID to related record(s).

On this page