Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- async function update_risk_score(graph_case_id: string, case_id: string, new_risk_score: string) {
- await db.query(aql`UPDATE ${graph_case_id} WITH { risk_score: ${new_risk_score}, case_id: ${case_id} }IN person`);
- }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement