value
Get the value of a property given a specified property.
Synopsis
value()
Description
The value() step is a map step that gets just the value of a property, not the key/value pair for a property, given a specified property.
Examples
Get the value of a properties for all person vertices:
g.V().hasLabel('person').properties().value()