how to add an edge and dropping an edge to same vertex type in single gremlin query.
say we have two types of vertex types A --is--> B now i have vertex which is connected to some other vertex of B.
I want to update the A's vertex to some other vertex of B.
currently, i am dropping the current B vertex and then adding the new vertex .