(
team_id: uuid.UUID,
node_id: uuid.UUID,
payload: NodeUpdate,
user: User = Depends(get_current_user),
db: AsyncSession = Depends(get_db),
)
source not stored for this graph (policy: none)
nothing calls this directly
no test coverage detected