Where to configure GraphSONVersion.V1_0 for JanusGraph Gremlin Server?
问题 I am using JanusGraph 0.3.1 and gremlin javascript driver from Tinkerpop. I am trying to access the graph and when I try to retrieve the valueMap() in my queries, I am getting type information. Which is not what I was looking for I am looking for plain V1_0 variation of the GraphSON response. Please suggest where I shall update the GraphSON version configuration? on the server? or on the client while creating the client object? In my node js service's package.json I've: "gremlin": "^2.6.0",