Properties like phase
or type
are typified, accepting only certain values. Some of these queries will help you get the valid values from a specific property.
Non-typified properties, like name
or title
, are expected to be all different.
contact
's type
g.V().hasLabel('contact').values('type').dedup()
dossier
's phase
g.V().hasLabel('dossier').values('phase').dedup()
English | 11/13/24 12:41 | Lluís Turró Cutiller |