LogoRobo.js
Framework

IncludeClause

Type Alias: IncludeClause

type IncludeClause = Record<string, 
  | boolean
  | {
  include: IncludeClause;
  select: Record<string, boolean>;
}>;

Include clause for relations.

On this page