Options for a single relation in a join specification.
// Simple join (load all related records){ files: true } Copy
// Simple join (load all related records){ files: true }
// Complex join with filter{ files: { _apply: (qb) => qb.filterWhere({ completed: true }) } } Copy
// Complex join with filter{ files: { _apply: (qb) => qb.filterWhere({ completed: true }) } }
Options for a single relation in a join specification.