Task: Display a link to the project on the task page

Display a link to the project on the task page

16.06.2026fi1osof.ru

Ворклоги

Просто надо было в запросе прописать получение проекта

return ctx.prisma.task.findUnique({
  ...query,
  where: {
    id: taskId,
  },
  include: {
    Project: hasFieldInSelection(info, 'Project'),
  },
})