apoc.hashing.fingerprinting Function calculate a checksum (md5) over a node or a relationship. This deals gracefully with array properties. Two identical entities do share the same hash. Signature apoc.hashing.fingerprinting(some object :: ANY?, conf = {} :: MAP?) :: (STRING?) Input parameters Name Type Default some object ANY? null conf MAP? {} More documentation of apoc.hashing.fingerprinting