--
You received this message because you are subscribed to the Google Groups "Gremlin-users" group.
To unsubscribe from this group and stop receiving emails from it, send an email to gremlin-user...@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/gremlin-users/2e037916-bf01-4d61-bea8-2091a38da0a4%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.
To view this discussion on the web visit https://groups.google.com/d/msgid/gremlin-users/acdce2ad-1c74-42b3-aeb9-47498ebd474e%40googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/gremlin-users/1bb69a52-5ca3-49e0-bfc0-5f650a69e7ec%40googlegroups.com.
g.V().has("users","userid", "u1").outE("following").local(properties().group().by(key()).by(value())).toList();
The above is my query iam getting the empty lists with no properties
output:[{},{},{},{},{},{},{},{},{},{},{},{}]
can you help me plz
g.V().project('id','label','properties').by(id).by(label).by(properties().group().by(label))
g.V().project('id','label','properties').by(id).by(label).by(properties().group().by(label).by(group().by(value).by(valueMap())))
To view this discussion on the web visit https://groups.google.com/d/msgid/gremlin-users/070efe8d-ff98-40fe-8565-1a7682e5019c%40googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/gremlin-users/2d13dc86-c6c6-4e87-b2db-cb51ca86bf79%40googlegroups.com.