Global ID
GlobalIDs are objects in Viaduct that contain 'type' and 'internalID' properties. They are used to uniquely identify node objects in the graph.
GlobalID values support structural equality, as opposed to referential equality.
A GlobalID
Instances of GlobalID can be created using execution-context objects, e.g., ExecutionContext.nodeIDFor(User, 123).