【发布时间】:2020-03-21 22:54:05
【问题描述】:
我正在尝试将 nestJs 与 angular 和 data-table 一起使用。
我有return await this.repo.find({relations: ['device_']}),
但是如果我想使用分页,我必须使用
return await paginate<Display>(this.repo, options);
我怎样才能在这里获得关系?
选项不包含relations 参数。
【问题讨论】: