© 2026 Hedgehog Software, LLC
app.query("getAllGoalsByClient", { fn: {import: "getAllGoalsByClient", from: "@src/portal/operations/goal" }, entities: ["Goal"], });
include: { objectives: true }
app.action("deleteObjective", { fn: { import: "deleteObjective", from: "@src/portal/operations/objective" }, entities: ["Objective"], })