apoc.create.uuid

Function APOC Core

apoc.create.uuid() - creates an UUID

Signature

apoc.create.uuid() :: (STRING?)

Usage Examples

The following generates a new UUID:

RETURN apoc.create.uuid() as output;
Table 1. Results
Output

"3bfef4ba-564e-4ce1-b3af-616651f90aff"