feat: also include relation for task list (not deep)
This commit is contained in:
parent
586013d517
commit
c4d2349114
1 changed files with 1 additions and 0 deletions
|
|
@ -120,6 +120,7 @@ export class TaskController extends Controller {
|
|||
prisma.taskOrder.findMany({
|
||||
where,
|
||||
include: {
|
||||
taskList: true,
|
||||
institution: true,
|
||||
createdBy: true,
|
||||
},
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue