v1= g.V().hasLabel('Vertex1').has('id', '08f0b5d7-5fed-4d00-875d-49cad4d0e9bd').next() v2= g.V().hasLabel('Vertex2').has('id', '08f0b5d7-5fed-4d00-875d-49cad4d0e9b1').next() e1 = v1.addEdge('Edge1', v2, T.id, UUID.fromString('18f0b5d7-5fed-4d00-875d-49cad4d0e9b1'), 'date', '2019-06-06')
How can I return the two vertices and the edge in the result list?