79644966

Date: 2025-05-30 06:01:22
Score: 0.5
Natty:
Report link

you could do sth like this

LET array = [{title: "a"},{title: "b"}]
let res_a = (FOR item IN array
    INSERT item INTO collection_1
    return NEW)
    
let res_b = (INSERT {title: "c"} INTO collection_2 return NEW)
return {res_a, res_b}
Reasons:
  • Low length (0.5):
  • Has code block (-0.5):
  • Low reputation (0.5):
Posted by: Icarus