I\'m using Gremlin with AWS Neptune, and trying to add 2 vertices and 1 edge atomically. I\'ve essentially used fold() + coalesce() semantics to traverse along
fold() + coalesce()