by
Synopsis
by([ { property | traversal } ])
Description
The by()
step is a step modulator that can be used to modify sort order from a previous step.
Examples
g.V().group().by(inE().count()).by(count())
by([ { property | traversal } ])
The by()
step is a step modulator that can be used to modify sort order from a previous step.
g.V().group().by(inE().count()).by(count())