Edges, Identifiers, Handles

    A graph data model always consists of at least two collections: the relations between thenodes in the graphs are stored in an “edges collection”, the nodes in the graphare stored in documents in regular collections.

    Example:

    • the “normal” collection stores all the properties about the reception, e.g. that 20 people are working there and the room number etc
    • _to is the document handle of the linked vertex (outgoing relation)

    To change edge endpoints you would need to remove old document/edge and insert new one.Other fields can be updated as in default collection.