Typed join specification mapping relation names to join options.
const joinOptions: JoinOptions = { files: { _apply: (qb) => qb.filterWhere({ completed: true }) }, uploader: true,}; Copy
const joinOptions: JoinOptions = { files: { _apply: (qb) => qb.filterWhere({ completed: true }) }, uploader: true,};
Typed join specification mapping relation names to join options.