Use the "identity" property in a query

In the database when opened with neo4j browser, I have noticed that for every node that is created in the database, it is assigned with a property "identity". I want to know if this "identity" property can be queried upon and if so, how.

Hello @codeinode :slight_smile:

Yes, you can get this id with the function id().

Regards,
Cobra

1 Like