I am using following Rexster query :
string gremlinQuery = "g.v(" + companyVertexId + ").transform{[salaryInfo:it.outE('Salary'),designationInfo:it.out('Salary')]}";
To get the salary information and designation information of particular company using it's vertexId
.
now I moved to Titan 1.0 and using Gremlin server, i'm stuck and don't know how to create similar query in Gremlin server.