hasKey
Filter based on a particular property key.
The hasKey()
step is a filter step.
This step narrows the query to find values for a particular property key.
Synopsis
hasKey( 'propertyKey\_name' )
Examples
Find the values for the property key cuisine:
g.V().properties().hasKey('cuisine').value()